mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Add bash completion for config --no-interpolate
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
26e1a2dd31
commit
d68113f5c0
@ -150,7 +150,7 @@ _docker_compose_config() {
|
||||
;;
|
||||
esac
|
||||
|
||||
COMPREPLY=( $( compgen -W "--hash --help --quiet -q --resolve-image-digests --services --volumes" -- "$cur" ) )
|
||||
COMPREPLY=( $( compgen -W "--hash --help --no-interpolate --quiet -q --resolve-image-digests --services --volumes" -- "$cur" ) )
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user