Explorar o código

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

Signed-off-by: Steve Durrheimer <[email protected]>
Steve Durrheimer %!s(int64=9) %!d(string=hai) anos
pai
achega
9729c0d3c7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      contrib/completion/zsh/_docker-compose

+ 1 - 0
contrib/completion/zsh/_docker-compose

@@ -313,6 +313,7 @@ __docker-compose_subcommand() {
             _arguments \
                 $opts_help \
                 '(--abort-on-container-exit)-d[Detached mode: Run containers in the background, print new container names.]' \
+                '--build[Build images before starting containers.]' \
                 '--no-color[Produce monochrome output.]' \
                 "--no-deps[Don't start linked services.]" \
                 "--force-recreate[Recreate containers even if their configuration and image haven't changed. Incompatible with --no-recreate.]" \