Description
The vp check --help examples section references --no-type-check, which was removed in #739.
Examples:
vp check
vp check --fix
vp check --no-type-check src/index.ts ← this flag no longer exists
The Options section was correctly updated in #739 (the --no-type-check and --no-type-aware rows were removed), but the Examples section wasn't cleaned up.
Expected behavior
The example should use one of the valid flags (--fix, --no-fmt, --no-lint).
Location
crates/vite_global_cli/src/help.rs:770
Description
The
vp check --helpexamples section references--no-type-check, which was removed in #739.The Options section was correctly updated in #739 (the
--no-type-checkand--no-type-awarerows were removed), but the Examples section wasn't cleaned up.Expected behavior
The example should use one of the valid flags (
--fix,--no-fmt,--no-lint).Location
crates/vite_global_cli/src/help.rs:770