Add zsh completion for 'docker secret ls --format'
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
Upstream-commit: 396925bab0
Component: cli
This commit is contained in:
committed by
Tibor Vass
parent
1629ef044b
commit
c2401dd7de
@ -1736,6 +1736,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