mirror of
https://github.com/docker/compose.git
synced 2025-06-30 18:34:25 +02:00
Add bash completion for config --resolve-image-digests|--volumes"
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
9d2c6f156b
commit
5fdbd5026a
@ -142,7 +142,7 @@ _docker_compose_bundle() {
|
|||||||
|
|
||||||
|
|
||||||
_docker_compose_config() {
|
_docker_compose_config() {
|
||||||
COMPREPLY=( $( compgen -W "--help --quiet -q --services" -- "$cur" ) )
|
COMPREPLY=( $( compgen -W "--help --quiet -q --resolve-image-digests --services --volumes" -- "$cur" ) )
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user