feat(cli): add help command - #33
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (3)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe CLI now supports ChangesCLI Help Command
Estimated code review effort: 1 (Trivial) | ~5 minutes Merge Risk: ⚪ Minimal · up to The CLI now supports Sequence Diagram(s)sequenceDiagram
participant CLI
participant run.js
participant showHelp
CLI->>run.js: invoke help [target]
run.js->>showHelp: showHelp(target)
showHelp-->>CLI: render scoped help output
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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 |
Coverage Report for CI Build 34197054688Warning No base build found for commit Coverage: 77.971%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsRequires a base build to compare against. How to fix this → Coverage Stats
💛 - Coveralls |
Summary
microlink helpas a first-class CLI command with the same output asmicrolink --helpmicrolink help <product>matchesmicrolink <product> --helpTest plan
microlink helpequalsmicrolink --helpmicrolink help screenshotequalsmicrolink screenshot --helpMade with Cursor
Summary by CodeRabbit
helpcommand to display general CLI guidance.help <product>, to show product-specific usage information.helpcommand now provides the same guidance as the corresponding--helpoptions.