Skip to content

fix(help): stale --no-type-check example in vp check help #879

Description

@MahmoodKhalil57

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Fields

Priority

None yet

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions