Add bash completion for network inspect --verbose
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
f7cfacbfe9
commit
693a418612
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue