mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-08 12:01:21 +02:00
Initial revision
This commit is contained in:
parent
412bceef2a
commit
054de89381
1 changed files with 15 additions and 0 deletions
15
Completion/User/_sudo
Normal file
15
Completion/User/_sudo
Normal 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'
|
Loading…
Reference in a new issue