Merge pull request #4684 from sdurrheimer/zsh-completion-build-build-arg

Add zsh completion for 'docker-compose build --build-arg'
This commit is contained in:
Joffrey F 2017-03-30 13:45:08 -07:00 committed by GitHub
commit 5230396543
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ __docker-compose_subcommand() {
(build)
_arguments \
$opts_help \
"*--build-arg=[Set build-time variables for one service.]:<varname>=<value>: " \
'--force-rm[Always remove intermediate containers.]' \
'--no-cache[Do not use cache when building the image.]' \
'--pull[Always attempt to pull a newer version of the image.]' \