mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 21:44:11 +01:00
16 lines
434 B
Plaintext
16 lines
434 B
Plaintext
#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'
|