Add no_args_is_help to click.Command by sirosen · Pull Request #1167 · pallets/click
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
changed the base branch from
master
to
7.x
sirosen
deleted the
no-args-help-command
branch
This was referenced
Mar 14, 2019
github-actions
bot
locked as resolved and limited conversation to collaborators
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters