mirror of
https://github.com/docker/compose.git
synced 2025-07-22 21:24:38 +02:00
bash completion for docker-compose up --build
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
2b063d332e
commit
5416e4c99b
@ -407,7 +407,7 @@ _docker_compose_up() {
|
|||||||
|
|
||||||
case "$cur" in
|
case "$cur" in
|
||||||
-*)
|
-*)
|
||||||
COMPREPLY=( $( compgen -W "--abort-on-container-exit -d --force-recreate --help --no-build --no-color --no-deps --no-recreate --timeout -t --remove-orphans" -- "$cur" ) )
|
COMPREPLY=( $( compgen -W "--abort-on-container-exit --build -d --force-recreate --help --no-build --no-color --no-deps --no-recreate --timeout -t --remove-orphans" -- "$cur" ) )
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
__docker_compose_services_all
|
__docker_compose_services_all
|
||||||
|
Loading…
x
Reference in New Issue
Block a user