fish-shell/init/completions/ifconfig.fish
axel 7ddecde543 Add subdirectories
darcs-hash:20050920133155-ac50b-9a14c6c664dd03afbe8e15e7c7998fcfb5c3c750.gz
2005-09-20 23:31:55 +10:00

25 lines
397 B
Fish

complete -x -c ifconfig -a down -d "Stop interface"
complete -x -c ifconfig -a up -d "Start interface"
complete -x -c ifconfig -a "
{,-}arp
{,-}promisc
{,-}allmulti
metric
mtu
dstaddr
netmask
add
del
tunnel
irq
io_addr
mem_start
media
{,-}broadcast
{,-}pointopoint
hw
multicast
address
txqueuelen
"
complete -x -c ifconfig -a "(__fish_print_interfaces)" -d "Network interface"