Add bash completion for network inspect --verbose

Signed-off-by: Harald Albers <github@albersweb.de>
Upstream-commit: 977e1238ec
Component: cli
This commit is contained in:
Harald Albers
2017-03-14 15:37:59 -07:00
committed by Tibor Vass
parent 9989aea9fd
commit a402058f93

View File

@ -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