Skip to content

Releases: ewels/rich-click

v0.2.0 - Customise all the things

10 Feb 15:41
Compare
Choose a tag to compare
  • 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

10 Feb 08:43
Compare
Choose a tag to compare

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

10 Feb 08:07
Compare
Choose a tag to compare

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

09 Feb 22:43
Compare
Choose a tag to compare

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.