Skip to content

Click 7 changes how command names are generated. #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Sep 16, 2018
Merged

Conversation

geowurster
Copy link
Member

Closes #19.

Click generates CLI command names from function names. Previously a comman function like def command_function() would generate a CLI command called command_function. As ofhttps://github.com/pallets/click/commit/5d1df0e042b2f8b0dee8f6dd9ce74edce331a950 the CLI commad is now called command-function.

Click generates CLI command names from function names.  Previously a comman function like 'def command_function()' would generate a CLI command called 'command_function'.  As of the commit listed below the CLI commad is now called 'command-function'.

pallets/click@5d1df0e
@coveralls
Copy link

coveralls commented Sep 16, 2018

Coverage Status

Coverage remained the same at 100.0% when pulling 07108e1 on click7 into bb55d96 on master.

@geowurster geowurster merged commit 4fba917 into master Sep 16, 2018
@geowurster geowurster deleted the click7 branch September 16, 2018 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants