about summary refs log tree commit diff
path: root/Completion/Zsh/Command/_command
blob: 503f860a21ee349be3674528a9638b3e9bd77bcb (plain) (blame)
1
2
3
4
5
6
7
#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]' \
  '*:: : _normal -p $service'