Skip to content

Commit

Permalink
fix(ip): Complete more variations of subcommands
Browse files Browse the repository at this point in the history
  • Loading branch information
yedayak authored and scop committed Mar 13, 2024
1 parent 445e294 commit c8920c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions completions/ip
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ _comp_cmd_ip()
esac
;;

neigh)
n | neigh | neighbor | neighbour)
case $subcmd in
add | del | change | replace)
# TODO
Expand Down Expand Up @@ -306,7 +306,7 @@ _comp_cmd_ip()
esac
;;

tunnel)
tun | tunnel)
case $subcmd in
show) ;;

Expand Down Expand Up @@ -369,7 +369,7 @@ _comp_cmd_ip()
esac
;;

netns)
net | netns)
case $subcmd in
list | monitor) ;;

Expand Down

0 comments on commit c8920c5

Please sign in to comment.