click-contrib / click-default-group

Extends click.Group to invoke a command without explicit subcommand name.
BSD 3-Clause "New" or "Revised" License
73 stars 17 forks source link

Use default command name in help output #12

Closed jcollado closed 5 years ago

jcollado commented 5 years ago

Set command name when the default command is implicitly invoked.

Fixes #11

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.08%) to 95.082% when pulling 5e81d10caa46dc9deca1d5994bbe813503faf192 on jcollado:fix-default-command-name into 91613dd255541c5f50e1a40d7328983478d1b1be on click-contrib:master.

sublee commented 5 years ago

It makes sense. Thank you for your contribution.

sublee commented 5 years ago

This patch is released at v1.2.2.

jcollado commented 5 years ago

@sublee Thanks for the quick reply!