mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-17 10:20:55 +01:00
zsh-workers/10011
This commit is contained in:
parent
aaf8cfa589
commit
746d4ee63e
1 changed files with 9 additions and 6 deletions
|
@ -2,15 +2,18 @@
|
|||
|
||||
_arguments \
|
||||
'-V[show version]' \
|
||||
'-l[list commands]' \
|
||||
'-l[list allowed commands]' \
|
||||
'-L[list options from Default section]' \
|
||||
'-h[show help]' \
|
||||
'-v[validate timestamp file]' \
|
||||
'-k[remove timestamp file]' \
|
||||
'-v[validate user timestamp]' \
|
||||
'-k[invalidate user timestamp]' \
|
||||
'-K[remove user timestamp]' \
|
||||
'-b[run command in background]' \
|
||||
'-r:Kerberos realm:' \
|
||||
'-p:prompt:' \
|
||||
'-u:user name:_users' \
|
||||
'-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'
|
||||
|
|
Loading…
Reference in a new issue