Is there a way to initialize a project in non-interactive mode and pass in the options through command line arguments instead of interactive questions?
For example, with the run init tasks, it asks interactive questions.
I was trying to see what command-line options are available with gradle init --help, but this doesn’t show options like --type and --dsl that I saw in part1_gradle_init.