cookiejar / cookietemple

A collection of best practice cookiecutter templates for all domains and languages with extensive Github support ⛺
https://cookietemple.com
Apache License 2.0
156 stars 10 forks source link

bump-version project_version option broken? #411

Closed Zethson closed 4 years ago

Zethson commented 4 years ago
zxmzn80@qbic-hiwi1 ~/P/qube> cookietemple bump-version --project_version                                                                                                                            (cookietemple) 

      / __\___   ___ | | _(_) ___| |_ ___ _ __ ___  _ __ | | ___
     / /  / _ \ / _ \| |/ / |/ _ \ __/ _ \ '_ ` _ \| '_ \| |/ _ \
    / /__| (_) | (_) |   <| |  __/ ||  __/ | | | | | |_) | |  __/
    \____/\___/ \___/|_|\_\_|\___|\__\___|_| |_| |_| .__/|_|\___|
                                                   |_|

Run cookietemple --help for an overview of all commands

Unable to contact PyPI to check for the latest cookietemple version. Do you have an internet connection?
Usage: cookietemple bump-version [OPTIONS]
[NEW_VERSION] [PROJECT_DIR]
Try 'cookietemple bump-version --help' for help.

Error: no such option: --project_version
Zethson commented 4 years ago

Ahhh, it's project-version.

We gotta fix that help message

Zethson commented 4 years ago

Well, how actually @Imipenem ?

Zethson commented 4 years ago

I'm not that much of a fan of mixing option-a and option_b either.

We should settle on one

Zethson commented 4 years ago

I prefer option-a everywhere.

I guess you have to modify that inside the custom click stuff, right @Imipenem ?