Skip to content

docs: correct dbt-quoting short flag to -dq - #2312

Open
latent-9 wants to merge 1 commit into
elementary-data:masterfrom
latent-9:docs-fix-dbt-quoting-flag
Open

docs: correct dbt-quoting short flag to -dq#2312
latent-9 wants to merge 1 commit into
elementary-data:masterfrom
latent-9:docs-fix-dbt-quoting-flag

Conversation

@latent-9

@latent-9 latent-9 commented Aug 5, 2026

Copy link
Copy Markdown

The docs list -q as the short flag for --dbt-quoting, but the CLI registers it as -dq (elementary/monitor/cli.py), so edr monitor -q all fails with No such option: -q.

This updates the docs to -dq so the short flag matches the code. The long form and the examples right below it are already correct.

Summary by CodeRabbit

  • Documentation
    • Updated the short alias for the --dbt-quoting CLI option from -q to -dq.
    • Supported option values remain unchanged.

@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

👋 @latent-9
Thank you for raising your pull request.
Please make sure to add tests and document all user-facing changes.
You can do this by editing the docs files in this pull request.

@coderabbitai

coderabbitai Bot commented Aug 5, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 318ade81-a2a4-4246-8d55-56adbe9bde70

📥 Commits

Reviewing files that changed from the base of the PR and between 594b89d and 90e2227.

📒 Files selected for processing (1)
  • docs/oss/cli-commands.mdx

📝 Walkthrough

Walkthrough

The CLI documentation changes the --dbt-quoting short alias from -q to -dq. The supported values remain unchanged.

Changes

CLI documentation

Layer / File(s) Summary
Update dbt quoting alias
docs/oss/cli-commands.mdx
The --dbt-quoting option now uses -dq instead of -q. Its supported values remain unchanged.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Suggested reviewers: michael-myaskovsky

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the documentation fix for the dbt-quoting short flag.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant