mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Zsh completion for 'docker network inspect' multiple networks
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
This commit is contained in:
parent
d023d5a8a2
commit
cb93fefa40
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ __docker_network_subcommand() {
|
|||
(inspect|rm)
|
||||
_arguments \
|
||||
$opts_help \
|
||||
"($help -):network:__docker_networks" && ret=0
|
||||
"($help -)*:network:__docker_networks" && ret=0
|
||||
;;
|
||||
(ls)
|
||||
_arguments \
|
||||
|
|
Loading…
Add table
Reference in a new issue