Skip to content

Commit c8920c5

Browse files
yedayakscop
authored andcommitted
fix(ip): Complete more variations of subcommands
1 parent 445e294 commit c8920c5

File tree

1 file changed

+3
-3
lines changed
  • completions

1 file changed

+3
-3
lines changed

completions/ip

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ _comp_cmd_ip()
275275
esac
276276
;;
277277

278-
neigh)
278+
n | neigh | neighbor | neighbour)
279279
case $subcmd in
280280
add | del | change | replace)
281281
# TODO
@@ -306,7 +306,7 @@ _comp_cmd_ip()
306306
esac
307307
;;
308308

309-
tunnel)
309+
tun | tunnel)
310310
case $subcmd in
311311
show) ;;
312312

@@ -369,7 +369,7 @@ _comp_cmd_ip()
369369
esac
370370
;;
371371

372-
netns)
372+
net | netns)
373373
case $subcmd in
374374
list | monitor) ;;
375375

0 commit comments

Comments
 (0)