Zsh completion for 'docker network inspect' multiple networks

Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
This commit is contained in:
Steve Durrheimer 2015-10-23 08:13:33 +02:00 committed by Tibor Vass
parent be7caf2647
commit f06b7a7713
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ __docker_network_subcommand() {
(inspect|rm) (inspect|rm)
_arguments \ _arguments \
$opts_help \ $opts_help \
"($help -):network:__docker_networks" && ret=0 "($help -)*:network:__docker_networks" && ret=0
;; ;;
(ls) (ls)
_arguments \ _arguments \