mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-12 16:07:33 +00:00
7ddecde543
darcs-hash:20050920133155-ac50b-9a14c6c664dd03afbe8e15e7c7998fcfb5c3c750.gz
25 lines
397 B
Fish
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"
|