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
fix(cli): show create and migrate in local cli top-level help (#1508)
## Why
`vp -h` was missing `create` and `migrate`.
## What
Added both commands to the top-level help output and updated the
affected CLI snapshots.
## Checks
Local snap-test harness could not run because `tool` is not installed in
this environment. `cargo test -p vite_global_cli --bin vp` also stopped
early because the workspace references a missing `rolldown_binding`
manifest in this checkout.
Co-authored-by: nurazon59 <nurazon59@users.noreply.github.com>
Co-authored-by: MK (fengmk2) <fengmk2@gmail.com>
0 commit comments