Merge pull request #31832 from albers/completion-network-inspect--verbose
Add bash completion for `network inspect --verbose` Upstream-commit: 1b2edb1ff64cba779f824785c83607426db76b1d 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