Browse Source

Merge pull request #5604 from albers/completion-up

Add bash completion for `up {--always-recreate-deps,--renew-anon-volumes}`
Joffrey F 7 years ago
parent
commit
ab2301dd21
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/completion/bash/docker-compose

+ 1 - 1
contrib/completion/bash/docker-compose

@@ -550,7 +550,7 @@ _docker_compose_up() {
 
 	case "$cur" in
 		-*)
-			COMPREPLY=( $( compgen -W "--abort-on-container-exit --build -d --exit-code-from --force-recreate --help --no-build --no-color --no-deps --no-recreate --no-start --remove-orphans --scale --timeout -t" -- "$cur" ) )
+			COMPREPLY=( $( compgen -W "--abort-on-container-exit --always-recreate-deps --build -d --exit-code-from --force-recreate --help --no-build --no-color --no-deps --no-recreate --no-start --renew-anon-volumes -V --remove-orphans --scale --timeout -t" -- "$cur" ) )
 			;;
 		*)
 			__docker_compose_services_all