Add bash completion for network inspect --verbose
Signed-off-by: Harald Albers <github@albersweb.de> Upstream-commit: 693a4186122e12b2e530e9f55cbb2656ef469648 Component: engine
This commit is contained in:
@@ -2691,7 +2691,7 @@ _docker_network_inspect() {
|
||||
|
||||
case "$cur" in
|
||||
-*)
|
||||
COMPREPLY=( $( compgen -W "--format -f --help" -- "$cur" ) )
|
||||
COMPREPLY=( $( compgen -W "--format -f --help --verbose" -- "$cur" ) )
|
||||
;;
|
||||
*)
|
||||
__docker_complete_networks
|
||||
|
||||
Reference in New Issue
Block a user