ewels / rich-click

Format click help output nicely with rich.
https://ewels.github.io/rich-click/
MIT License
604 stars 34 forks source link

TypedDicts for option and command groups #156

Closed dwreeves closed 8 months ago

dwreeves commented 8 months ago

The interface for command_groups and option_groups is a little opaque. One way to help a little bit is to add TypedDict support, which is what this PR does.

dwreeves commented 8 months ago

Oh woops, I forgot to run pre-commit run -a. Guess this will be a decent amount of work!