mirror of https://github.com/docker/cli.git
Removed format flag for inspect
Signed-off-by: Christopher Svensson <stoffus@stoffus.com>
This commit is contained in:
parent
584c08e1fe
commit
b04241d95a
|
@ -2597,7 +2597,6 @@ __docker_context_subcommand() {
|
||||||
(inspect)
|
(inspect)
|
||||||
_arguments $(__docker_arguments) \
|
_arguments $(__docker_arguments) \
|
||||||
$opts_help \
|
$opts_help \
|
||||||
"($help -f --format)"{-f=,--format=}"[Format the output using the given Go template]:template: " \
|
|
||||||
"($help -)1:context:__docker_complete_contexts" && ret=0
|
"($help -)1:context:__docker_complete_contexts" && ret=0
|
||||||
;;
|
;;
|
||||||
(rm)
|
(rm)
|
||||||
|
|
Loading…
Reference in New Issue