doc: clarify verbose option help text#908
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates user-facing descriptions of the --verbose/-v option to clearly document the supported verbosity levels (0–2) and their meanings.
Changes:
- Revised Click option help text for
--verboseto explicitly describe levels 0/1/2. - Updated the
build()docstring to match the new verbosity description.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/_pytask/parameters.py | Clarifies CLI help text for the verbosity option by enumerating supported levels. |
| src/_pytask/build.py | Aligns build() parameter documentation with the updated verbosity semantics. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #908 +/- ##
==========================================
- Coverage 97.80% 95.14% -2.67%
==========================================
Files 106 125 +19
Lines 8710 11694 +2984
==========================================
+ Hits 8519 11126 +2607
- Misses 191 568 +377
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Closes #907