Rich-click

Latest version: v1.8.8

Safety actively analyzes 724206 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 6

1.2.0

- New CLI functionality to richifiy via prefix any other tool using click, by pawamoy [[13](https://github.com/ewels/rich-click/pull/13)]
- Distribution now available via conda-forge

1.1.1

Hotfix patch release to remove an accidental `from turtle import st` that crept in due to a pesky VSCode plugin.
Many thanks to [ashb](httpsd://github.com/ashb) for spotting.

1.1.0

- Added support for `HEADER_TEXT` and `FOOTER_TEXT` to go before and after help output
- Catch Abort exceptions from `cmd+c` and print nicely using `ABORTED_TEXT`
- Handle missing `click.types._NumberRangeBase` in click 7x [[16](https://github.com/ewels/rich-click/issues/16)]
- Fix compatibility issue for rich 10.6 (`group` vs `render_group` import) [[16](https://github.com/ewels/rich-click/issues/16)]
- Require at least click v7.0 (released 2018) [[16](https://github.com/ewels/rich-click/issues/16)]
- Require at least rich v10 (released March 2021) [[16](https://github.com/ewels/rich-click/issues/16)]
- Unwrap single newlines in option and group-command help texts [[23](https://github.com/ewels/rich-click/issues/23)]
- Add click `\b` escape marker functionality into help text rendering [[24](https://github.com/ewels/rich-click/issues/24)]
- Fix syntax in example in README file by fridex [[15](https://github.com/ewels/rich-click/pull/15)]

1.0.0

- _**Major change:**_ New usage, so that we can avoid having to do monkey patching [[10](https://github.com/ewels/rich-click/pull/10).]
- Now use with `import rich_click as click`
- Add ability to create groups of options with separate panels
- Show positional arguments in their own panel by default
- Add config `GROUP_ARGUMENTS_OPTIONS` option to group with options
- Improve handing of metavars, give option to show appended instead of in column
- Add `COLOR_SYSTEM` option to add ability to disable colours
- Add options to customise error message help texts
- Add support for printing errors nicely
- A lot of additional testing and tweaking

0.3.0

- Add ability to create groups of commands with separate panels
- Add support for rich console markup or Markdown in help texts
- Set default for `MAX_WIDTH` to `None` instead of `100`
- Switch boolean option `SKIP_ARGUMENTS` to `SHOW_ARGUMENTS`
- Improve regular expression for flags like `-bg`
- Use click's string for default value, instead of the value directly
- Show some previously missed metavar types (eg. choice and range options)
- Stripped required-asterisk column from options table if none are required

0.2.0

- Made most styling decisions configurable
- Added support for more click parameters
- Showing default values, showing if required, showing if deprecated, epilog
- Option now hidden if set in click

Page 5 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.