rich-click icon indicating copy to clipboard operation
rich-click copied to clipboard

Format click help output nicely with rich.

Results 23 rich-click issues
Sort by recently updated
recently updated
newest added

The docs currently contain: ~~~markdown Users on macOS can install `rich-click` via [MacPorts](https://ports.macports.org/port/py-rich-click/). ```bash sudo port install py-rich-click ``` ~~~ Going to the page, it's on 1.6.1, meaning the MacPorts...

This relates to the original issue regarding warnings in https://github.com/ewels/rich-click/issues/194 ## Current behaviour As of version `1.8.1` the warning is still received. Here's a what's received when running Pytest on...

2.0 will likely be what comes after 1.9. Objective for 2.0 is to release in mid 2025. That's a very, very long time away! **This is a living document.** Nothing...

WIP

I will be taking a 2 month hiatus from this project (other than bugfixes) after 1.8 releases. I will then work on refactoring unit-tests, and hope to have that done...

documentation
WIP

https://tophat.github.io/syrupy/ https://github.com/joseph-roitman/pytest-snapshot

good first issue
testing

Click [deliberately](https://click.palletsprojects.com/en/8.0.x/documentation/#documenting-arguments) does not support `help` for positional arguments. I think it would be good to support this if people want, it is a bit more relevant with the rich-click...

new feature
low priority

Tentative and subject to change. --- First, most importantly, devops: - code freeze. No feature changes until everything else here is changed. - switch to ruff for all linting -...

WIP

While usually having a descriptive enough title for command/option groups is all you need, it can be useful to have an extra line just below the title, before the list...

- Currently, code-blocks are rendered poorly on my light-themed editor. - I'd like to be able to pass `code_theme="native"` and `inline_code_theme="native"` to `rich.markdown.Markdown`. - Would it be possible to add...

new feature
high priority

Currently, the click-man-page rendering and sphinx html docs get pretty messed up when using rich-click. Here's an example of a man page output: ``` ISO(1) iso Manual ISO(1) NAME iso...

low priority