Add zsh completion for 'docker secret ls --format'
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
This commit is contained in:
parent
bbce24997c
commit
4147048256
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue