Fix docs-builder version output#3327
Conversation
Print the semantic informational version for the fast --version path so the CLI reports the release version instead of the CLR assembly version. Co-Authored-By: GPT-5.5 <noreply@openai.com> Co-authored-by: Cursor <cursoragent@cursor.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR adds early explicit handling for the 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches✨ Simplify code
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 |
Mpdreamz
left a comment
There was a problem hiding this comment.
This needs fixing in upstream nullean/argh
|
Closing this local workaround in favor of fixing the version source in Argh itself. Upstream PR: nullean/argh#55 |
Why
docs-builder --versionwas reporting the CLR assembly version (1.0.0.0) instead of the semantic release version shown by older releases.What
Handle the fast
--versionpath before Argh's intrinsic handler and print the assembly informational version, falling back only when that metadata is unavailable.Made with Cursor