Add zsh completion for 'docker-compose config --resolve-image-digests --volumes'

Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
This commit is contained in:
Steve Durrheimer 2017-03-30 22:10:20 +02:00
parent 79e6346732
commit be8fd5810e
No known key found for this signature in database
GPG Key ID: 50C35EF88D5EF42D
1 changed files with 3 additions and 1 deletions

View File

@ -214,7 +214,9 @@ __docker-compose_subcommand() {
_arguments \
$opts_help \
'(--quiet -q)'{--quiet,-q}"[Only validate the configuration, don't print anything.]" \
'--services[Print the service names, one per line.]' && ret=0
'--resolve-image-digests[Pin image tags to digests.]' \
'--services[Print the service names, one per line.]' \
'--volumes[Print the volume names, one per line.]' && ret=0
;;
(create)
_arguments \