Category "python-click"

How to implement --version using python click?

I want to implement mycommand --version using python click. I have something like this working but it feels kinda clunky. @click.group(invoke_without_command=T

Python Click: Multiple Key Value Pair Arguments

I'm using the Python Click library for my command-line interface. I'd like to have a command that takes multiple key value pairs. I'm flexible on the api. For e