zsh-workers
 help / color / mirror / code / Atom feed
0c2d273a299966fa4d66f031a0fb97648078b8b5 blob 220 bytes (raw)

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

local -a type typearg
local zonelist

zparseopts -D -E -a type t+:

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

zonelist=( ${="$(zoneadm list $typearg)"} )

compadd "$@" - $zonelist
debug log:

solving 0c2d273 ...
found 0c2d273 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).