API¶ This part of the documentation lists the full API reference of all public classes and functions. Decorators¶ click.command(name: Callable[[...], Any]) → Command¶ click.command(name: str | None, cls: type[CmdType], **attrs: Any) → Callable[[Callable[[...], Any]], CmdType] click.command(name: None = None, *, cls: type[CmdType], **attrs: Any) → Callable[[Callable[[...], Any]], CmdType] click.com

