Add a --quiet flag to podpull get#3
Conversation
Code reviewFound 3 issues:
Lines 44 to 47 in 5062bd1 Lines 233 to 236 in 5062bd1
Lines 40 to 42 in 5062bd1
Lines 81 to 84 in cb2e3b9 @adjenk , please incorporate them and resubmit the PR, thanks a lot for your contribution! |
- Suppresses spinner/progress bar for scripting/agent use - Fix _resolve_show/_download_all call sites and defensive getattr - Fix 6 pre-existing tests broken by _resolve_show's new args param - Update SKILL.md, opencode_command.md, cursor_rule.mdc
|
Thanks for the thorough review @xiaoleiy. Sorry about that — I should have run the full suite before pushing the first version, not just the one test file. All 3 issues addressed in d3b702f:
Let me know if anything else needs adjusting! |
Code review (follow-up)Thanks for the fixes @adjenk — verified against d3b702f: the
Lines 248 to 250 in d3b702f Lines 204 to 212 in d3b702f
Lines 69 to 75 in d3b702f |
|
Hi @xiaoleiy
pytest -q passes. |
Quiet mode (--quiet) support
Verification
Fixes #1