Closed zydou closed 1 year ago
The --prompt*
flags are for testing your config file template. They're not a way to pass arbitrary data to to the config file template.
Instead, use environment variables or template logic. See https://github.com/twpayne/chezmoi/discussions/3225.
Describe the bug
https://github.com/twpayne/chezmoi/issues/2945 still exists.
To reproduce
create the following
test.sh
scripttest in docker:
Expected behavior
Output of
chezmoi doctor
Additional context
I also tried
--no-tty
, but it still doesn't work.