test(clap): cover aliases and help metadata - #1160
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Central YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
8f2b0cb to
c21cd2a
Compare
c21cd2a to
a8eff5e
Compare
a8eff5e to
a22d9d0
Compare
a22d9d0 to
7b11734
Compare
7b11734 to
61a26d8
Compare
88b56c6 to
c46b123
Compare
65b098e to
6afc291
Compare
6afc291 to
8c9eb82
Compare
8c9eb82 to
5ce815d
Compare
c4ce01e to
dff6fee
Compare
dff6fee to
c4ce01e
Compare
c4ce01e to
33871a1
Compare
a62da18 to
9bc0fe7
Compare
29fadae to
601b05b
Compare
Instruction countsThe comparison never ran — an earlier step failed.
|
188ff7d to
8179a4b
Compare
106c8e4 to
c5133ea
Compare
c5133ea to
2f825ef
Compare
2f825ef to
bb696c5
Compare
bb696c5 to
7ac4628
Compare
7ac4628 to
075f3aa
Compare
075f3aa to
22dd2d0
Compare
22dd2d0 to
b1f9dc2
Compare
037694b to
9a718df
Compare
Replaces #1148, which GitHub automatically marked merged when dependent branch refs temporarily matched during a restack. This is the same layer on the corrected stack.\n\n_This pull request was generated by Codex._
Note
Low Risk
Test-only and plan-doc updates; no parser, help, or completion implementation changes.
Overview
Extends the clap micro-conformance harness with two paired CLIs so usage and clap agree on alias binding, completion visibility, and help presentation.
aliases_and_casechecks that visible and hidden flag/subcommand aliases parse the same values, that case-insensitive value aliases (FAST,quick) bind to the same enum variant, and that completions advertise only visible spellings.help_metadatachecks long help for custom subcommand headings and placeholders, flaghelp_heading,next_line_helplayout, and that hidden flags/subcommands stay out of help.PLAN.mdrecords these rows in the generated clap matrix.Reviewed by Cursor Bugbot for commit 3c88304. Bugbot is set up for automated code reviews on this repo. Configure here.