1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-04 22:51:42 +02:00

Initial revision

This commit is contained in:
Tanaka Akira 1999-12-04 03:25:51 +00:00
parent 412bceef2a
commit 054de89381

15
Completion/User/_sudo Normal file
View file

@ -0,0 +1,15 @@
#compdef sudo
_arguments \
'-V[show version]' \
'-l[list commands]' \
'-h[show help]' \
'-v[validate timestamp file]' \
'-k[remove timestamp file]' \
'-b[run command in background]' \
'-r:Kerberos realm:' \
'-p:prompt:' \
'-u:user name:_users' \
'-s[run SHELL]' \
'-H[set HOME environment variable]' \
'*::command and arguments:_normal'