Add zsh completion for 'docker-compose build --build-arg'

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

View File

@ -199,6 +199,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.]' \