zsh-users
 help / color / mirror / code / Atom feed
5be66d7d135f9719bcb280592c63860e602425e1 blob 204 bytes (raw)

1
2
3
4
5
6
7
8
9
 
#compdef ifup ifdown

local expl
local -a net_intf_disp net_intf_list

_find_net_interfaces

_wanted interfaces expl 'network interface' \
    compadd "$@" "$net_intf_disp[@]" - "${(@)net_intf_list%%:*}"
debug log:

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