1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 16:40:24 +02:00
zsh/Completion/Unix/Command/_zsh
Jun-ichi Takimoto 0cfa2dcfc4 36631: separate _zsh from _sh
Do all the completion for zsh by _arguments
2015-09-28 00:09:03 +09:00

8 lines
232 B
Text

#compdef zsh
_arguments -S -s : \
'*-o+[set named option]:option:_options' \
'*+o+[unset named option]:option:_options' \
'(1 -)-c[run a command]:command:_cmdstring' \
'(-)1:script file:_files' \
'*:command arguments' --