mirror of https://github.com/docker/cli.git
Add zsh completion logic to new subcommand: inspect
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
This commit is contained in:
parent
13a60cfa38
commit
61507603fb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue