mirror of
https://github.com/docker/compose.git
synced 2025-07-20 20:24:30 +02:00
Favour yml and yaml extensions in bash completion for -f
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
64239f1408
commit
3a8a25b9b3
@ -94,7 +94,7 @@ _docker-compose_build() {
|
|||||||
_docker-compose_docker-compose() {
|
_docker-compose_docker-compose() {
|
||||||
case "$prev" in
|
case "$prev" in
|
||||||
--file|-f)
|
--file|-f)
|
||||||
_filedir
|
_filedir y?(a)ml
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
--project-name|-p)
|
--project-name|-p)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user