Closed santiagogaray closed 3 years ago
Sounds good @chriswmackey. Feel free to merge this one at it is. Will add support for the version option in a future version.
:tada: This PR is included in version 0.12.11 :tada:
The release is available on:
v0.12.11
Your semantic-release bot :package::rocket:
Hi @chriswmackey,
I found a unique situation in this repo that I would like to make sure I handle it correctly. The ladybug_comfort/cli/init.py file has a
comfort
group without any commands added.Currently I ignore this scenarios and don't' create a
main
section without commands, but I realize now that we have the@click.version_option
decorator that will probably render something like the top portion of the honeybee-energy cli doc... Do we want to have this standalone option in the main section? My guess is yes but I wanted to double check!