File: _members

package info (click to toggle)
zsh 5.8-6%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 23,708 kB
  • sloc: ansic: 107,536; sh: 6,871; makefile: 726; perl: 687; awk: 389; sed: 16
file content (9 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (12)
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'