mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-07 09:21:18 +02:00
_arguments -S for _schroot
This commit is contained in:
parent
4d36e70a9b
commit
3be3186412
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
2006-02-26 Clint Adams <clint@zsh.org>
|
2006-02-26 Clint Adams <clint@zsh.org>
|
||||||
|
|
||||||
* 22302: Completion/Debian/Command/_schroot: completion
|
* 22302, 22303: Completion/Debian/Command/_schroot:
|
||||||
for schroot.
|
completion for schroot.
|
||||||
|
|
||||||
2006-02-24 Wayne Davison <wayned@users.sourceforge.net>
|
2006-02-24 Wayne Davison <wayned@users.sourceforge.net>
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
local expl context state line
|
local expl context state line
|
||||||
typeset -A opt_args
|
typeset -A opt_args
|
||||||
|
|
||||||
_arguments \
|
_arguments -S \
|
||||||
'(-h --help)'{-h,--help}'[help]' \
|
'(-h --help)'{-h,--help}'[help]' \
|
||||||
'(-a --all)'{-a,--all}'[all chroots and active sessions]' \
|
'(-a --all)'{-a,--all}'[all chroots and active sessions]' \
|
||||||
'--all-chroots' \
|
'--all-chroots' \
|
||||||
|
|
Loading…
Reference in a new issue