We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b8b309 commit 606f650Copy full SHA for 606f650
completions/ip
@@ -248,7 +248,7 @@ _comp_cmd_ip()
248
249
r | route)
250
case $subcmd in
251
- list | flush)
+ list | flush | save)
252
if [[ $prev == proto ]]; then
253
_comp_cmd_ip__iproute2_etc rt_protos
254
else
@@ -283,7 +283,7 @@ _comp_cmd_ip()
283
*)
284
((cword == subcword)) &&
285
_comp_compgen -- -W 'help list flush get add del change
286
- append replace'
+ append replace save showdump'
287
;;
288
esac
289
0 commit comments