소스 검색

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

Signed-off-by: Steve Durrheimer <[email protected]>
Steve Durrheimer 10 년 전
부모
커밋
51ce16cf18
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      contrib/completion/zsh/_docker-compose

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

@@ -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)