Skip to content

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

Merged
fengmk2 merged 2 commits intovoidzero-dev:mainfrom
MahmoodKhalil57:fix/check-help-stale-example
Mar 16, 2026
Merged

fix(help): replace stale --no-type-check example in vp check help#875
fengmk2 merged 2 commits intovoidzero-dev:mainfrom
MahmoodKhalil57:fix/check-help-stale-example

Conversation

@MahmoodKhalil57
Copy link
Contributor

@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 ready!

Name Link
🔨 Latest commit 831ed99
🔍 Latest deploy log https://app.netlify.com/projects/viteplus-preview/deploys/69b7afc43758b70008adb189
😎 Deploy Preview https://deploy-preview-875--viteplus-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@fengmk2

This comment was marked as outdated.

@fengmk2
Copy link
Member

fengmk2 commented Mar 16, 2026

I will fix it before merge. @MahmoodKhalil57 Thanks.

@fengmk2 fengmk2 merged commit 1b2ba3b into voidzero-dev:main Mar 16, 2026
21 checks passed
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

2 participants