zsh-workers
 help / color / mirror / code / Atom feed
74cbafe824f000ce20fdf37798f2ca4040d63137 blob 472 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
 
#compdef zlogin
# Synced with the Nevada build 162 man page

_zlogin() {
        local -a _comp_priv_prefix
	_arguments -s \
		'-E[Disable escape character]' \
		'-e[Specify escape character]:character:' \
		'-l[Specify username]:username:_users' \
		':zonename:_zones' \
		- set1 \
		'-C[Connect to zone console]' \
		'-d[Disconnect on zone halt]' \
		- set2 \
		'-S["Safe" login mode]' \
		'(-):command name: _command_names -e' \
		'*::utility: _normal'
}

_zlogin "$@"
debug log:

solving 74cbafe82 ...
found 74cbafe82 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).