aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/ifconfig.fish
blob: 35cc24a884f093ab3980733416ba8c91ae565301 (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 -d (N_ "Stop interface")
complete -x -c ifconfig -a up -d (N_ "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 (N_ "Network interface")