mirror of https://github.com/docker/compose.git
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() {
|
||||
case "$prev" in
|
||||
--file|-f)
|
||||
_filedir
|
||||
_filedir y?(a)ml
|
||||
return
|
||||
;;
|
||||
--project-name|-p)
|
||||
|
|
Loading…
Reference in New Issue