Removed format flag for inspect

Signed-off-by: Christopher Svensson <stoffus@stoffus.com>
This commit is contained in:
Christopher Svensson
2021-01-05 08:29:26 +01:00
parent 584c08e1fe
commit b04241d95a
-1
View File
@@ -2597,7 +2597,6 @@ __docker_context_subcommand() {
(inspect)
_arguments $(__docker_arguments) \
$opts_help \
"($help -f --format)"{-f=,--format=}"[Format the output using the given Go template]:template: " \
"($help -)1:context:__docker_complete_contexts" && ret=0
;;
(rm)