zsh-workers
 help / color / mirror / code / Atom feed
36cdf4c195822a9d08997f2ea4e9a48d2e87b0c4 blob 453 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
#compdef id

_arguments \
  '-a[no-op]' \
  '(-Z --context)'{-Z,--context}'[print only context]' \
  '(-g --group)'{-g,--group}'[print only EGID]' \
  '(-G --groups)'{-G,--groups}'[print all GIDs]' \
  '(-n --name)'{-n,--name}'[print name instead of number]' \
  '(-r --real)'{-r,--real}'[print real ID instead of effective]' \
  '(-u --user)'{-u,--user}'[print only EUID]' \
  '--help[display help]' \
  '--version[display version]' \
  ':user:_users'
debug log:

solving 36cdf4c ...
found 36cdf4c in https://git.vuxu.org/mirror/zsh/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).