Conversation
Add --version flag to CLI
Review Summary by QodoAdd --version flag to CLI tool
WalkthroughsDescription• Add --version flag to CLI using click decorator • Enables users to check tool version via command line Diagramflowchart LR
CLI["CLI main function"] -- "add version_option decorator" --> VERSION["--version flag support"]
VERSION -- "displays package version" --> USER["User can check tool version"]
File Changes1. pridepy/pridepy.py
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughAdded ChangesCLI Version Support
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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. Review rate limit: 0/1 reviews remaining, refill in 60 minutes.Comment |
Summary by CodeRabbit
--versionflag.