You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Feature Request
Add a
--unittest
or similar flag for theproject:create
command. When specified (perhaps withY|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
--unittest
or--unittest Y
is provided, install the unit test framework when creating the project.--unittest N
is provided, do not install the unit test framework when creating the project.--unittest
is not provided, prompt as usual.The text was updated successfully, but these errors were encountered: