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.
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