feat(cli): add verbose logging to restyle#936
Merged
RaghavChamadiya merged 2 commits intoJul 20, 2026
Conversation
|
✅ Health: 7.5 (unchanged) 📋 At a glance Files & modules (2)
🗺️ Change map flowchart LR
subgraph PR ["Changed in this PR (1 with dependents)"]
f_packages_cli_src_repowise_cli_commands_restyle_cmd_py[".../commands/restyle_cmd.py 🔥"]:::changed
end
f_packages_cli_src_repowise_cli_main_py[".../cli/main.py"]
f_packages_cli_src_repowise_cli_commands_restyle_cmd_py --> f_packages_cli_src_repowise_cli_main_py
classDef changed fill:#dbeafe,stroke:#1d4ed8,color:#1e3a5f
classDef warn fill:#fef3c7,stroke:#b45309,color:#78350f
classDef guard fill:#dcfce7,stroke:#15803d,color:#14532d
Solid arrows: code that imports the changed files (1 direct dependent, from the last indexed snapshot). Dashed: history/tests. 🔎 More signals (1)🔥 Hotspots touched (2)
📊 Full report · ⭐ Star Repowise · 📥 Install bot · Last updated 2026-07-19 16:44 UTC |
RaghavChamadiya
approved these changes
Jul 20, 2026
RaghavChamadiya
left a comment
Member
There was a problem hiding this comment.
Approving. Docs updated, the test drives the real Click parser, and it asserts ordering rather than just arrival, which is the part that actually matters here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
--verbose/-vtorepowise restyleRelated Issues
Part of #930 (
restyleslice).Test Plan
uv run pytest tests/unit/cli/test_restyle_cmd.py -q(8 passed)uv run pytest tests/unit/ -q(7,593 passed, 1 unrelated baseline failure)uv run ruff check packages/cli/src/repowise/cli/commands/restyle_cmd.py tests/unit/cli/test_restyle_cmd.pyuv run ruff format --check packages/cli/src/repowise/cli/commands/restyle_cmd.py tests/unit/cli/test_restyle_cmd.pyuv run repowise restyle --helpThe exhaustive unit-suite failure is the unrelated existing mascot assertion
test_banner_at_wide_width_stays_compact_with_long_tagline; this change does not touch mascot rendering.Checklist