Merge pull request #17299 from sdurrheimer/zsh-completion-network-inspect-multi
Zsh completion for 'docker network inspect' multiple networks
This commit is contained in:
commit
60ea37d56f
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