Add no_args_is_help to click.Command by sirosen · Pull Request #1167 · pallets/click

@sirosen

The functionality for no_args_is_help, available on MultiCommands, can
easily be added on Commands as well. The result is not much more code,
and a more consistent interface between MultiCommands and Commands.
It's also nice to be able to write a click command `foo` and then just
hit `foo` for help, regardless of whether its a Group or Command.

closes pallets#1156

@sirosen sirosen changed the base branch from master to 7.x

November 10, 2018 06:15

@sirosen

@sirosen sirosen deleted the no-args-help-command branch

December 1, 2018 20:04

This was referenced

Mar 14, 2019

@github-actions github-actions bot locked as resolved and limited conversation to collaborators

Nov 13, 2020