1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-17 10:20:55 +01:00
zsh/Completion/User/_sudo
2000-03-09 11:43:52 +00:00

19 lines
656 B
Text

#compdef sudo
_arguments \
'-V[show version]' \
'-l[list allowed commands]' \
'-L[list options from Default section]' \
'-h[show help]' \
'-v[validate user timestamp]' \
'-k[invalidate user timestamp]' \
'-K[remove user timestamp]' \
'-b[run command in background]' \
'-r[Kerberos realm]:Kerberos realm:' \
'-p[password prompt]:password prompt:' \
'-u[user name]:user name:_users' \
'-s[run SHELL]' \
'-H[set HOME environment variable]' \
'-S[read password from stdin]' \
':complete command name: _command_names -e' \
'*::arguments: _normal'