Add zsh completion for 'docker network inspect --verbose'

Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
This commit is contained in:
Steve Durrheimer 2017-03-22 23:35:07 +01:00 committed by Tibor Vass
parent 9a46875a95
commit 80482d7f96
1 changed files with 1 additions and 0 deletions

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)