compiler icon indicating copy to clipboard operation
compiler copied to clipboard

elm init missing -y option

Open johndeighan opened this issue 1 year ago • 1 comments

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.

johndeighan avatar Aug 12 '24 02:08 johndeighan

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.

github-actions[bot] avatar Aug 12 '24 02:08 github-actions[bot]

@johndeighan you can do yes | elm init

CharlonTank avatar Jul 29 '25 09:07 CharlonTank