Merge pull request #32026 from sdurrheimer/zsh-completion-network-inspect-verbose

Add zsh completion for 'docker network inspect --verbose'
This commit is contained in:
Brian Goff 2017-03-22 21:59:26 -04:00 committed by GitHub
commit 18cf0a5910

View file

@ -1268,6 +1268,7 @@ __docker_network_subcommand() {
_arguments $(__docker_arguments) \
$opts_help \
"($help -f --format)"{-f=,--format=}"[Format the output using the given go template]:template: " \
"($help)--verbose[Show detailed information]" \
"($help -)*:network:__docker_complete_networks" && ret=0
;;
(ls)