From 5a603537e2130ff5f358c43221c82d272c3bee1d Mon Sep 17 00:00:00 2001 From: Paul Ackersviller Date: Sun, 9 Dec 2007 01:45:57 +0000 Subject: Merge of new completions 24187 and 24188. --- Completion/Unix/Command/_id | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Completion/Unix/Command/_id (limited to 'Completion/Unix') diff --git a/Completion/Unix/Command/_id b/Completion/Unix/Command/_id new file mode 100644 index 000000000..36cdf4c19 --- /dev/null +++ b/Completion/Unix/Command/_id @@ -0,0 +1,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' -- cgit 1.4.1