Skip to content

Commit

Permalink
fix(ip): Don't stop at proxy and nomaster in neigh
Browse files Browse the repository at this point in the history
These values don't take any arguments, so we can keep completing right
after them.
  • Loading branch information
yedayak authored and scop committed Apr 29, 2024
1 parent 27a0ef8 commit d58ea76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/ip
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ _comp_cmd_ip()
dev)
_comp_compgen_available_interfaces
;;
nomaster | proxy | to | vrf) # TODO - Maybe we can complete vrf here?
to | vrf) # TODO - Maybe we can complete vrf here?
:
;;
*)
Expand Down

0 comments on commit d58ea76

Please sign in to comment.