blob: ffe3d4d42a83046c832b0f6530257c54e23f1bfb (
plain) (
blame)
1
2
3
4
5
6
7
8
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'
|