mirror of
https://github.com/docker/compose.git
synced 2025-07-22 05:04:27 +02:00
Add bash completion for create --build
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
28e1c85c3b
commit
ff05f1ed15
@ -149,7 +149,7 @@ _docker_compose_config() {
|
|||||||
_docker_compose_create() {
|
_docker_compose_create() {
|
||||||
case "$cur" in
|
case "$cur" in
|
||||||
-*)
|
-*)
|
||||||
COMPREPLY=( $( compgen -W "--force-recreate --help --no-build --no-recreate" -- "$cur" ) )
|
COMPREPLY=( $( compgen -W "--build --force-recreate --help --no-build --no-recreate" -- "$cur" ) )
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
__docker_compose_services_all
|
__docker_compose_services_all
|
||||||
|
Loading…
x
Reference in New Issue
Block a user