Merge pull request #2074 from sdurrheimer/zsh-completion-build-pull

Add zsh completion for 'docker-compose build --build'
This commit is contained in:
Aanand Prasad 2015-09-21 12:34:51 +02:00
commit 6ebfffed7d
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@ __docker-compose_subcommand() {
_arguments \
$opts_help \
'--no-cache[Do not use cache when building the image]' \
'--pull[Always attempt to pull a newer version of the image.]' \
'*:services:__docker-compose_services_from_build' && ret=0
;;
(help)