Skip to content

Conversation

tony
Copy link
Member

@tony tony commented Oct 18, 2025

Summary

  • add a formatter that colorizes CLI help example sections and apply it to the root parser plus all subcommands
  • expand the bundled vcspull --help examples so each subcommand offers copy-pastable usage snippets
  • keep CLI logger discovery output stable after the formatter refactor and document the improvements in CHANGES

Screenshot (Python 3.14)

Before

image

With PR

image

Testing

  • uv run ruff check . --fix --show-fixes
  • uv run ruff format .
  • uv run mypy
  • uv run py.test

@tony tony force-pushed the vcspull-help-examples branch from 6cc716b to 91469ae Compare October 18, 2025 22:15
Copy link

codecov bot commented Oct 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.36%. Comparing base (ee296a2) to head (2b0cf99).
⚠️ Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #471      +/-   ##
==========================================
+ Coverage   79.26%   79.36%   +0.09%     
==========================================
  Files           9        9              
  Lines         656      659       +3     
  Branches      147      148       +1     
==========================================
+ Hits          520      523       +3     
  Misses         78       78              
  Partials       58       58              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tony tony force-pushed the vcspull-help-examples branch from 91469ae to 934b6b7 Compare October 18, 2025 22:16
@tony tony force-pushed the vcspull-help-examples branch from 934b6b7 to 2b0cf99 Compare October 18, 2025 22:17
@tony tony merged commit c0ade62 into master Oct 18, 2025
10 checks passed
@tony tony deleted the vcspull-help-examples branch October 18, 2025 23:11
@tony tony mentioned this pull request Oct 19, 2025
10 tasks
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