mirror of
https://github.com/docker/compose.git
synced 2025-07-20 12:14:41 +02:00
Add bash completion for up {--always-recreate-deps,--renew-anon-volumes}
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
b64cfd1982
commit
b27c245395
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user