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

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

local -a type be_names expl

zparseopts -D -E -a type t+:

be_names=( ${${(f)"$(_call_program boot-environs beadm list -H)"}%%;*} )

[[ -n $type[(r)all] ]] &&
  be_names+=( ${${${(f)"$(_call_program boot-environs beadm list -sH)"}#*;}%%;*} )

_description boot-environs expl 'boot environment'
compadd "$@" "$expl[@]" -a be_names
debug log:

solving 4b80c65 ...
found 4b80c65 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).