docs: add missing CLI help text - #278
Conversation
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. WalkthroughThe pull request adds help text to all previously undocumented clang-format and clang-tidy arguments. Tests verify that every parser action has help text and that descriptions appear in formatted CLI help output. ChangesCLI help text
Estimated code review effort: 1 (Trivial) | ~5 minutes Merge Risk: ⚪ Minimal · up to This change adds missing CLI help descriptions and regression coverage without introducing an actionable merge-blocking risk; it is merge-ready after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #278 +/- ##
=======================================
Coverage 97.53% 97.53%
=======================================
Files 3 3
Lines 243 243
=======================================
Hits 237 237
Misses 6 6 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Merging this PR will not alter performance
Comparing Footnotes
|



Summary
Related Issues
Closes #264
Tests
uv run pytest -q(119 passed)uv run coverage run --source=tests,cpp_linter_hooks -m pytest -q && uv run coverage report(119 passed; 98% total coverage)uv run pre-commit run --all-filesSummary by CodeRabbit
Documentation
Tests