mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
Add bash completion for network inspect --verbose
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
committed by
Tibor Vass
parent
ea6ba69639
commit
977e1238ec
@@ -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