zsh-workers
 help / color / mirror / code / Atom feed
4e28586761174ba28f397783aca829e5afb5298c blob 379 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 
#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'
debug log:

solving 4e2858676 ...
found 4e2858676 in https://git.vuxu.org/mirror/zsh/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).