Feature Request
Add a --unittest or similar flag for the project:create command. When specified (perhaps with Y|N), this would automatically answer the corresponding unit test prompt when creating a new project. This would improve the potential for automation in the project instantiation workflow.
Potential Behavior
- If
--unittest or --unittest Y is provided, install the unit test framework when creating the project.
- If
--unittest N is provided, do not install the unit test framework when creating the project.
- If
--unittest is not provided, prompt as usual.