mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 16:40:24 +02:00
8 lines
232 B
Text
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' --
|