1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-06 11:21:22 +02:00
zsh/Completion/Zsh/Command/_command
2015-01-25 18:23:03 +01:00

11 lines
379 B
Text

#compdef command
# indicate if this is a precommand modifier
[[ $service = command ]] && precommands+=(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' \
'*::arguments: _normal'