docs: correct dbt-quoting short flag to -dq - #2312
Conversation
|
👋 @latent-9 |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe CLI documentation changes the ChangesCLI documentation
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 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 |
The docs list
-qas the short flag for--dbt-quoting, but the CLI registers it as-dq(elementary/monitor/cli.py), soedr monitor -q allfails withNo such option: -q.This updates the docs to
-dqso the short flag matches the code. The long form and the examples right below it are already correct.Summary by CodeRabbit
--dbt-quotingCLI option from-qto-dq.