mirror of https://github.com/docker/cli.git
Zsh completion for 'docker network inspect' multiple networks
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
This commit is contained in:
parent
be7caf2647
commit
f06b7a7713
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue