mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-29 19:00:57 +02:00
8 lines
287 B
Text
8 lines
287 B
Text
#compdef command
|
|
|
|
_arguments \
|
|
'-v[indicate result of command search]:*:command:_path_commands' \
|
|
'-V[show result of command search in verbose form]:*:command:_path_commands' \
|
|
'(-)-p[use default PATH to find command]' \
|
|
':command:_path_commands' \
|
|
'*:: : _normal -p $service'
|