strykelang 0.8.13

A highly parallel Perl 5 interpreter written in Rust
Documentation
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%%:*}"