Add zsh completion for 'docker secret ls --format'

Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
This commit is contained in:
Steve Durrheimer 2017-03-22 23:56:29 +01:00 committed by Tibor Vass
parent 4cb6ab4eb5
commit 396925bab0
1 changed files with 1 additions and 0 deletions

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)