zsh-workers
 help / color / mirror / code / Atom feed
92064d2b8b91501c0cf6bf63e3d7fdabb1fa41f9 blob 256 bytes (raw)

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

local -a type typearg expl

zparseopts -D -E -a type t+:

[[ -n $type[(r)c] ]] && typearg=-c
[[ -n $type[(r)i] ]] && typearg=-i

_description zones expl zone
compadd "$@" "$expl[@]" - ${="$(_call_program zones /usr/sbin/zoneadm list $typearg)"}
debug log:

solving 92064d2 ...
found 92064d2 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).