1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 22:11:54 +02:00
zsh/Completion/Debian/Command/_members
2007-12-08 16:38:36 +00:00

9 lines
390 B
Text

#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'