mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 12:35:49 +08:00
[click_default_group] default_cmd_name argument should be named default (#14023)
This commit is contained in:
@@ -18,7 +18,7 @@ class DefaultGroup(click.Group):
|
||||
commands: MutableMapping[str, click.Command] | Sequence[click.Command] | None = None,
|
||||
*,
|
||||
ignore_unknown_options: Literal[True] | None = True,
|
||||
default_cmd_name: str | None = None,
|
||||
default: str | None = None,
|
||||
default_if_no_args: bool = False,
|
||||
invoke_without_command: bool = False,
|
||||
no_args_is_help: bool | None = None,
|
||||
|
||||
Reference in New Issue
Block a user