Textualize / rich-cli

Rich-cli is a command line toolbox for fancy output in the terminal
https://www.textualize.io
MIT License
3.04k stars 75 forks source link

Fix duplicate options #74

Open edrogers opened 1 year ago

edrogers commented 1 year ago

By capitalizing the emoji single-letter option to -J, a collision between JSON and emoji display options is removed.

I also included a test that monkeypatches a private function of the click.decorators module to make it fail noisily when option names are duplicated. Could be useful if CI is implemented for this project.

Fixes #73