Description
Just a small QOL suggestion. As a new user, I copy-paste the installation command then run vp create, it should be friendly and behave like vp create --interactive, or at least suggest this approach, which the current error message doesn't:
A template name is required when running in non-interactive mode
Usage: vp create [TEMPLATE] [OPTIONS] [-- TEMPLATE_OPTIONS]
Example:
# Create a new application in non-interactive mode with a custom target directory
vp create vite:application --no-interactive --directory=apps/my-app
Use `vp create --list` to list all available templates, or run `vp create --help` for more information.
Validations
Description
Just a small QOL suggestion. As a new user, I copy-paste the installation command then run
vp create, it should be friendly and behave likevp create --interactive, or at least suggest this approach, which the current error message doesn't:Validations