Skip to content

Add support for rich-argparse #1453

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

Merged
merged 3 commits into from
Jun 30, 2025
Merged

Add support for rich-argparse #1453

merged 3 commits into from
Jun 30, 2025

Conversation

kmvanbrunt
Copy link
Member

Closes #1446

Copy link

codecov bot commented Jun 30, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.55%. Comparing base (2433b2f) to head (4aef80f).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1453   +/-   ##
=======================================
  Coverage   98.55%   98.55%           
=======================================
  Files          20       20           
  Lines        5743     5749    +6     
=======================================
+ Hits         5660     5666    +6     
  Misses         83       83           
Flag Coverage Δ
unittests 98.55% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

# these settings in that child class.
usage_markup: ClassVar[bool] = False
help_markup: ClassVar[bool] = False
text_markup: ClassVar[bool] = False
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the future, it might be worth exploring intentionally using this markup rendering. If the format used by rich-argparse can be compatible with that used by mkdocstrings, then this could be a good thing.

@tleonhardt tleonhardt merged commit 5746cd7 into master Jun 30, 2025
33 checks passed
@tleonhardt tleonhardt deleted the rich_argparse branch June 30, 2025 13:22
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.

Add support for rich-argparse
2 participants