You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🤞🏽 Should complete the venv abstraction 🤞🏽.
Closes some gaps related to GOOS and GOARCH usage. Also closes direct homedir access.
Closes more gaps from direct filesystem and exec usage.
Also adds some optimization for listing files in a directory with a
particular suffix... Then I added one more optimization in
`getTerraformInputNamesFromAutomaticVarFiles`.
Addressing `EOF` in input stream.
Dropping `iofs` aliases
#### Prompts accept a piped answer that has no trailing newline
7
+
8
+
Piping an answer to a confirmation prompt, as in `printf yes | terragrunt run --all destroy`, failed with an `EOF` error because Terragrunt discarded a final answer that ended without a newline. The answer is now read as typed, and only a prompt that gets no input at all reports `EOF`.
0 commit comments