Releases: ewels/rich-click
Releases · ewels/rich-click
v0.2.0 - Customise all the things
- 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
v0.1.2 - Python 3.6 support
Tested on Python 3.6 and it seems fine, so I've dropped the requirement down to this instead of Python 3.7.
v0.1.1 - The first working release
There's probably a reason why you shouldn't throw together a new package and publish it on PyPI at midnight, just before bed, when you're sleep deprived with small children.
This release fixes a bug in the setup.cfg
that broke the installation.
v0.1.0 - The first release
Initial development version of rich-click
, mostly as a proof of concept.
Supports basic generic functionality for printing help from click commands and groups.
Code was initially written by @willmcgugan for rich-cli
and then further developed by @ewels.