Skip to content

Commit bfb1de6

Browse files
committed
fix(ip): Complete netns attach subcommand
1 parent 1a5df4f commit bfb1de6

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
@@ -453,7 +453,7 @@ _comp_cmd_ip()
453453
;;
454454
*)
455455
((cword == subcword)) &&
456-
_comp_compgen -- -W 'help add delete exec identify list
456+
_comp_compgen -- -W 'help add attach delete exec identify list
457457
list-id monitor pids set'
458458
;;
459459
esac

0 commit comments

Comments
 (0)