From the docs:
- Parameters:
arguments are recommended to use for subcommands, urls, or files.
- Help pages:
click.argument() does not take a help parameter. This is to follow the general convention of Unix tools of using arguments for only the most necessary things, and to document them in the command help text by referring to them by name.
Reasoning:
Unclear to me.
Features unlocked:
- help text for support for arguments