compiler
compiler copied to clipboard
elm init missing -y option
I'm trying to automate the setup of an elm project. As part of the automation, I want to run 'elm init', but it requires user input (i.e. typing 'y'). I don't see why there isn't a -y option to answer the question ahead of time.
Thanks for reporting this! To set expectations:
- Issues are reviewed in batches, so it can take some time to get a response.
- Ask questions in a community forum. You will get an answer quicker that way!
- If you experience something similar, open a new issue. We like duplicates.
Finally, please be patient with the core team. They are trying their best with limited resources.
@johndeighan you can do yes | elm init