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
//TODO: add support for listing existing templates
program
.command("create <app-name>")
.description("Create a new engine project")
.option(
"-t, --template <template>",
"If the template name starts with @, then then the template package used will match the option value\nOtherwise, the template package used will be @c11/template.<template>",