mirror of
https://github.com/docker/compose.git
synced 2026-06-24 18:18:27 +00:00
Add bash completion for create --build
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
28e1c85c3b
commit
ff05f1ed15
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ _docker_compose_config() {
|
|||
_docker_compose_create() {
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue