Rowlando13

Results 32 issues of Rowlando13

From the docs: - Parameters: arguments are recommended to use for subcommands, urls, or files. - Help pages: [click.argument()](https://click.palletsprojects.com/en/stable/api/#click.argument) does not take a help parameter. This is to follow the...

We are now open to a PR for adding a help kwarg to arguments in the same way that there is for options and adjusting the help pages to account...

Docs: - Arguments: If you come from argparse, you might be missing support for setting nargs to + to indicate that at least one argument is required. This is supported...

In rewriting the documentation, I have seen a number of opinions that shaped the project. The opinions don't have to do with arbitrary nesting of command, automatic help page generation,...

Move any sections of the docs to myst using rst-myst command line tool. - Make the PR from stable - Install [rst2myst](https://rst-to-myst.readthedocs.io/en/latest/) with uvx since its requirements are not up...

docs
good first issue

The docs are good, but not great. Click is an awesome API so it should have really great docs. # Part I Big Swags - Take big swags at reorganization....

docs

We are not adding anything to #2205. This is for changes after #2205 is merge. We need to have a grasp on the parser as a whole. For each requested...

docs
f:parser

From the docs: The help parameter is implemented in Click in a very special manner. Unlike regular parameters it’s automatically added by Click for any command and it performs automatic...

bug

The existing Click API is very large and a lot of edge cases are undocumented. Additionally there are lots of combinations between parameters and options. I am not sure what...

docs
f:parser