zsh-workers
 help / color / mirror / code / Atom feed
5bba7fd637b514fedd432eb9a018d9973b90a680 blob 183 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
#autoload

local -a __targs __gopt

zparseopts -D -a __gopt 1 2 V J x C:=__targs

_tags "$__targs[@]" "$1"

while _tags; do
  _all_labels "$__gopt[@]" "$@" && return 0
done

return 1
debug log:

solving 5bba7fd63 ...
found 5bba7fd63 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).