fix(cli): delegate command help to local cli - #2184
Conversation
✅ Deploy Preview for viteplus-preview canceled.
|
b7435e4 to
327d23a
Compare
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9d31e3c6d5
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
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".
|
@liangmiQwQ Take your time. This change will need mk's review. |
|
Let me fix conflicts before merge. |
adf9cd8 to
a1da8a4
Compare
a1da8a4 to
ca6faec
Compare
|
@codex review |
|
Codex Review: Didn't find any major issues. Already looking forward to the next diff. 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". |
|
@liangmiQwQ Continuously synchronizing the CLI command parameters we depend on needs to be a follow-up task. This could be achieved by adding prompts to https://github.com/voidzero-dev/vite-plus/blob/main/.github/workflows/upgrade-deps.yml |
Close #1995
The global CLI currently renders help for commands implemented by the local CLI, so its documentation can drift from the installed local toolchain.
This PR moves prepared help for delegated commands into the local CLI and routes global, local, and task-script help through the same themed renderer. It also refreshes the documented options to match the current tools while omitting config-file flags that Vite+ does not expose in this workflow.
🤖 Generated with Codex