We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05147f1 commit ea07616Copy full SHA for ea07616
1 file changed
completions/ip
@@ -203,8 +203,10 @@ _comp_cmd_ip()
203
add | del)
204
if [[ $prev == dev ]]; then
205
_comp_compgen_available_interfaces
206
+ elif [[ $prev == prefix || $prev == label ]]; then
207
+ : # TODO - Is there a way to complete these?
208
else
- : # TODO
209
+ _comp_compgen -- -W 'dev prefix label'
210
fi
211
;;
212
list | flush | help) ;;
0 commit comments