fix one help-text typo#3268
Conversation
Greptile SummaryFixes a missing space in the
Confidence Score: 5/5Safe to merge — the change touches only a CLI help string with no logic impact. Single-character whitespace correction in a help text string; no runtime logic, no tests, and no API surface are affected. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "fix one help-text typo" | Re-trigger Greptile |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3268 +/- ##
=========================================
Coverage ? 28.81%
=========================================
Files ? 381
Lines ? 52513
Branches ? 9266
=========================================
Hits ? 15130
Misses ? 36349
Partials ? 1034 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
PR Type
Summary
Fix a missing space in the run --namespace help text so the example renders as empty string. --namespace= instead of empty string.--namespace=.