ci(deps): handle upstream help diffs - #2330
Conversation
|
@codex review |
✅ Deploy Preview for viteplus-preview canceled.
|
|
Codex Review: Didn't find any major issues. Can't wait for the next one! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
|
it works #2337 (comment) |
|
why helper message not changed? #2337 (comment) |
Strange, let me debug |
|
🙇 It seems in #2184, I did not completely follow the underlying tools' help document. Instead, it says |
|
Resolved in #2345. |
…upstream-help-diffs # Conflicts: # .claude/skills/sync-tsdown-cli/SKILL.md
|
@fengmk2 I also left several updates on this branch, sync before your do the test :) |
Refs: [#2330 discussion](#2330 (comment)) Vite+ owns only top-level help for tool-backed commands. Exact `vp <command> --help` and `vp <command> -h` requests use the local themed help, while requests with additional arguments, such as `vp test --help --coverage` or `vp test list --help`, delegate to the bundled tool. This keeps deep and subcommand help complete without mirroring every upstream help level. The local CLI maintains its own top-level help entries for commands backed by Vite, Vitest, Oxlint, Oxfmt, and tsdown. Some entries paraphrased or shortened the upstream help, so option types, defaults, caveats, and lint-category guidance drifted from the bundled tool versions. This PR updates those entries to match the upstream wording and casing. It also wraps long descriptions to the available terminal width while keeping option columns aligned, so the fuller text remains readable. It does not add or remove options or change non-help command behavior. 🤖 Generated with Codex --------- Co-authored-by: MK (fengmk2) <fengmk2@gmail.com>
This PR includes two primary parts, follow up to #2184
🤖 Generated with Codex