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.