Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/cli/binding/src/cli/help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ pub(super) fn print_help() {
"{header}{bold_underline}Usage:{reset} {bold}vp{reset} <COMMAND>

{bold_underline}Core Commands:{reset}
{bold}create{reset} Create a new project from a template
{bold}migrate{reset} Migrate an existing project to Vite+
{bold}dev{reset} Run the development server
{bold}build{reset} Build for production
{bold}test{reset} Run tests
Expand Down
2 changes: 2 additions & 0 deletions packages/cli/snap-tests/cli-helper-message/snap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Usage: vp <COMMAND>

Core Commands:
create Create a new project from a template
migrate Migrate an existing project to Vite+
dev Run the development server
build Build for production
test Run tests
Expand Down
2 changes: 2 additions & 0 deletions packages/cli/snap-tests/command-helper/snap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Usage: vp <COMMAND>

Core Commands:
create Create a new project from a template
migrate Migrate an existing project to Vite+
dev Run the development server
build Build for production
test Run tests
Expand Down
2 changes: 2 additions & 0 deletions packages/cli/snap-tests/command-vp-alias/snap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Usage: vp <COMMAND>

Core Commands:
create Create a new project from a template
migrate Migrate an existing project to Vite+
dev Run the development server
build Build for production
test Run tests
Expand Down
Loading