Merge pull request #32029 from sdurrheimer/zsh-completion-secret-ls-format

Add zsh completion for 'docker secret ls --format'
This commit is contained in:
Vincent Demeester 2017-03-23 14:19:14 +01:00 committed by GitHub
commit f438cf6c7a

View file

@ -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)