-
-
Notifications
You must be signed in to change notification settings - Fork 309
docs(config/configuration_file.md): document --config option #1770
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(config/configuration_file.md): document --config option #1770
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1770 +/- ##
=======================================
Coverage 97.88% 97.88%
=======================================
Files 60 60
Lines 2606 2606
=======================================
Hits 2551 2551
Misses 55 55 ☔ View full report in Codecov by Sentry. |
bearomorphism
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! A few nits
bearomorphism
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks!
Description
Documented the --config CLI option in the configuration documentation .
Checklist
Code Changes
uv run poe alllocally to ensure this change passes linter check and testsDocumentation Changes
uv run poe doclocally to ensure the documentation pages renders correctlyExpected Behavior
Users can easily discover the --config option in the documentation.
Additional Context
Fixes #1669