click-default-group
click-default-group copied to clipboard
Extends click.Group to invoke a command without explicit subcommand name.
Is there a way I can redirect one of the subcommand --help output to the group command's --help? For example: ``` @click.group(cls=DefaultGroup, default='foo', default_if_no_args=True) def cli(): pass @cli.command() def foo():...
From https://github.com/pallets/click/issues/430#issuecomment-282015177: Using ```python @click.group(cls=DefaultGroup, default='shell', default_if_no_args=True) ``` breaks the auto-completion integration with `prompt-toolkit` from [click-repl](https://github.com/click-contrib/click-repl). Why is it preferred versus the following anyway (which works, and does not break...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...