aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/ifconfig.fish
blob: 7639d96ee0de162bbc01da333dcc728a6212ae7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
complete -x -c ifconfig -a down --description "Stop interface"
complete -x -c ifconfig -a up --description "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)" --description "Network interface"