cli
cli copied to clipboard
Default values for `confirm` prompts
Wouldn't it be better to set the default values of the confirm prompts to false in the init command to allow for quick blank project setup?
Currently, we're assuming that the user wants to initialize a git repository and that they want to install some Nuxt modules.
In my opinion, it should be the other way around, where the user explicitly states that they want to do more than initialize the project.