contrib/completion: remove orchestrator flags from zsh completion

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2022-02-24 11:12:42 +01:00
parent ea0ae30d86
commit 2d74be89e2
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 0 additions and 4 deletions

View File

@ -2583,10 +2583,8 @@ __docker_context_subcommand() {
(create) (create)
_arguments $(__docker_arguments) \ _arguments $(__docker_arguments) \
$opts_help \ $opts_help \
"($help)--default-stack-orchestrator=[Default orchestrator for stack operations to use with this context]:default-stack-orchestrator:(swarm kubernetes all)" \
"($help)--description=[Description of the context]:description:" \ "($help)--description=[Description of the context]:description:" \
"($help)--docker=[Set the docker endpoint]:docker:" \ "($help)--docker=[Set the docker endpoint]:docker:" \
"($help)--kubernetes=[Set the kubernetes endpoint]:kubernetes:" \
"($help)--from=[Create context from a named context]:from:__docker_complete_contexts" \ "($help)--from=[Create context from a named context]:from:__docker_complete_contexts" \
"($help -):name: " && ret=0 "($help -):name: " && ret=0
;; ;;
@ -2608,10 +2606,8 @@ __docker_context_subcommand() {
(update) (update)
_arguments $(__docker_arguments) \ _arguments $(__docker_arguments) \
$opts_help \ $opts_help \
"($help)--default-stack-orchestrator=[Default orchestrator for stack operations to use with this context]:default-stack-orchestrator:(swarm kubernetes all)" \
"($help)--description=[Description of the context]:description:" \ "($help)--description=[Description of the context]:description:" \
"($help)--docker=[Set the docker endpoint]:docker:" \ "($help)--docker=[Set the docker endpoint]:docker:" \
"($help)--kubernetes=[Set the kubernetes endpoint]:kubernetes:" \
"($help -):name:" && ret=0 "($help -):name:" && ret=0
;; ;;
esac esac