Skip to content

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

Open
MahmoodKhalil57 wants to merge 1 commit intovoidzero-dev:mainfrom
MahmoodKhalil57:fix/check-help-stale-example
Open

fix(help): replace stale --no-type-check example in vp check help#875
MahmoodKhalil57 wants to merge 1 commit intovoidzero-dev:mainfrom
MahmoodKhalil57:fix/check-help-stale-example

Conversation

@MahmoodKhalil57
Copy link

@MahmoodKhalil57 MahmoodKhalil57 commented Mar 14, 2026

Summary

Fixes #879

One-line change in crates/vite_global_cli/src/help.rs.

Context

The Options section was correctly cleaned up in #739, but the Examples block ~18 lines below it was missed:

-  vp check --no-type-check src/index.ts
+  vp check --no-lint src/index.ts

The `--no-type-check` flag was removed from `vp check` in voidzero-dev#739, but the
help examples section still referenced it. Replace with `--no-lint` which
is a valid flag.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@netlify
Copy link

netlify bot commented Mar 14, 2026

Deploy Preview for viteplus-preview canceled.

Name Link
🔨 Latest commit e434ebd
🔍 Latest deploy log https://app.netlify.com/projects/viteplus-preview/deploys/69b58835d295ea0008c9a7ca

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

1 participant