mirror of
https://github.com/docker/compose.git
synced 2025-07-23 13:45:00 +02:00
Add bash completion for --project-directory
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
a182300706
commit
de2dd5b3d3
@ -160,6 +160,10 @@ _docker_compose_docker_compose() {
|
|||||||
_filedir "y?(a)ml"
|
_filedir "y?(a)ml"
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
|
--project-directory)
|
||||||
|
_filedir -d
|
||||||
|
return
|
||||||
|
;;
|
||||||
$(__docker_compose_to_extglob "$daemon_options_with_args") )
|
$(__docker_compose_to_extglob "$daemon_options_with_args") )
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
@ -554,6 +558,7 @@ _docker_compose() {
|
|||||||
local daemon_options_with_args="
|
local daemon_options_with_args="
|
||||||
--file -f
|
--file -f
|
||||||
--host -H
|
--host -H
|
||||||
|
--project-directory
|
||||||
--project-name -p
|
--project-name -p
|
||||||
--tlscacert
|
--tlscacert
|
||||||
--tlscert
|
--tlscert
|
||||||
|
Loading…
x
Reference in New Issue
Block a user