zsh-workers
 help / color / mirror / code / Atom feed
* Re: Bug#454990: zsh: should complete user names for 'id'
       [not found] <20071208155647.24989.59211.reportbug@soyuz.ipv6.spacelabs.nl>
@ 2007-12-08 16:46 ` Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2007-12-08 16:46 UTC (permalink / raw)
  To: zsh-workers; +Cc: marcelm, 454990

On Sat, Dec 08, 2007 at 04:56:47PM +0100, Marcel Moreaux wrote:
> zsh should complete user names for the 'id' command, just like it does
> for passwd, userdel, etc.
> 
> This should be trivially accomplished by adding 'id' to
> /usr/share/zsh/4.3.2/functions/Completion/Unix/_users .


Index: Completion/Unix/Command/_id
===================================================================
RCS file: Completion/Unix/Command/_id
diff -N Completion/Unix/Command/_id
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Completion/Unix/Command/_id	8 Dec 2007 16:45:06 -0000
@@ -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'


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-08 16:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20071208155647.24989.59211.reportbug@soyuz.ipv6.spacelabs.nl>
2007-12-08 16:46 ` Bug#454990: zsh: should complete user names for 'id' Clint Adams

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).