mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
24187: completion for members.
This commit is contained in:
parent
4b621a09b2
commit
9227102183
2 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-12-08 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 24187: Completion/Unix/Command/_members: completion for members.
|
||||
|
||||
2007-12-07 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 24174: Completion/Unix/Command/_cut: Oliver's deuglification
|
||||
|
|
9
Completion/Debian/Command/_members
Normal file
9
Completion/Debian/Command/_members
Normal file
|
@ -0,0 +1,9 @@
|
|||
#compdef members
|
||||
|
||||
_arguments \
|
||||
'(-a --all)'{-a,--all}'[show all group members on one line]' \
|
||||
'(-p --primary)'{-p,--primary}'[show only primary group members]' \
|
||||
'(-s --secondary)'{-s,--secondary}'[show only secondary group members]' \
|
||||
'(-t --two-lines)'{-t,--two-lines}'[show only primary/secondary across two lines]' \
|
||||
'(-h --help)'{-h,--help}'[show help]' \
|
||||
':group:_groups'
|
Loading…
Reference in a new issue