Skip to content

Commit 53cfb0c

Browse files
committed
feat(ip): Complete addr add/change/replace options
1 parent 27a0ef8 commit 53cfb0c

File tree

1 file changed

+1
-1
lines changed
  • completions

1 file changed

+1
-1
lines changed

completions/ip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ _comp_cmd_ip()
186186
elif [[ $prev == scope ]]; then
187187
_comp_cmd_ip__iproute2_etc rt_scopes
188188
else
189-
: # TODO
189+
_comp_compgen -- -W 'dev scope home nodad mngtmpaddr noprefixroute autojoin'
190190
fi
191191
;;
192192
del)

0 commit comments

Comments
 (0)