Add zsh completion logic to new subcommand: inspect

Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
Upstream-commit: 61507603fb
Component: cli
This commit is contained in:
Steve Durrheimer
2017-06-02 00:10:33 +00:00
committed by Tibor Vass
parent a94b3ec3b7
commit 78502c6241
@@ -676,7 +676,11 @@ __docker_container_subcommand() {
"($help -)*:containers:__docker_complete_containers" && ret=0
;;
(inspect)
__docker_subcommand && ret=0
_arguments $(__docker_arguments) \
$opts_help \
"($help -f --format)"{-f=,--format=}"[Format the output using the given go template]:template: " \
"($help -s --size)"{-s,--size}"[Display total file sizes]" \
"($help -)*:containers:__docker_complete_containers" && ret=0
;;
(kill)
__docker_subcommand && ret=0