Add zsh completion for 'docker secret ls --format'
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com> Upstream-commit: 414704825679cbc5d340306934404002569adc1f Component: engine
This commit is contained in:
@@ -1734,6 +1734,7 @@ __docker_secret_subcommand() {
|
||||
(ls|list)
|
||||
_arguments $(__docker_arguments) \
|
||||
$opts_help \
|
||||
"($help)--format=[Format the output using the given go template]:template: " \
|
||||
"($help -q --quiet)"{-q,--quiet}"[Only display IDs]" && ret=0
|
||||
;;
|
||||
(rm|remove)
|
||||
|
||||
Reference in New Issue
Block a user