Explorar o código

Merge pull request #5604 from albers/completion-up

Add bash completion for `up {--always-recreate-deps,--renew-anon-volumes}`
Joffrey F %!s(int64=7) %!d(string=hai) anos
pai
achega
ab2301dd21
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 	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
 			__docker_compose_services_all