mirror of
https://github.com/docker/compose.git
synced 2026-08-28 12:23:49 +00:00
Add bash completion for config --resolve-image-digests|--volumes"
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
5b6ddd5e30
commit
7a0e56a0c7
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ _docker_compose_bundle() {
|
|||
|
||||
|
||||
_docker_compose_config() {
|
||||
COMPREPLY=( $( compgen -W "--help --quiet -q --services" -- "$cur" ) )
|
||||
COMPREPLY=( $( compgen -W "--help --quiet -q --resolve-image-digests --services --volumes" -- "$cur" ) )
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue