Skip to content

Commit

Permalink
link
Browse files Browse the repository at this point in the history
  • Loading branch information
ashariyar committed Oct 9, 2022
1 parent aac6de8 commit b230031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# rich-argparse-plus

Format **argparse** help output with [**rich**](https://pypi.org/project/rich). This is a fork of the awesome original [rich-argparse](https://github.com/hamdanal/rich-argparse) so check there fore more details. This version adds a few features:
Format **argparse** help output with [**rich**](https://pypi.org/project/rich). This is a fork of the awesome [rich-argparse](https://github.com/hamdanal/rich-argparse) that adds a few features:

1. **Render to various image/web formats by setting an variable when you run `--help`.** PNG, PDF, HTML, SVG, PS, EPS, colored text are supported. Show off your fancy stuff.
1. **Select from several preconfigured color themes.**
1. **Select from many [preconfigured color themes](#perusing-themes).**
1. **Displays default argument values by default.**
1. **Displays the range of acceptable values for integer arguments limited by `choices=range(n)`**.

Expand Down

0 comments on commit b230031

Please sign in to comment.