mirror of https://github.com/docker/compose.git
Merge pull request #965 from albers/bash-completion
Favour yml and yaml extensions in bash completion for -f
This commit is contained in:
commit
9e9a66f0f8
|
@ -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