typer icon indicating copy to clipboard operation
typer copied to clipboard

Typer, build great CLIs. Easy to code. Based on Python type hints.

Results 266 typer issues
Sort by recently updated
recently updated
newest added

The Typer documentation is, in general, pretty great. But often what I really need is a concise API documentation similar to what [Click offers](https://click.palletsprojects.com/en/7.x/api/). If this exists please comment with...

feature
investigate

### Is your feature request related to a problem Using positional-only arguments is already a way to signal “this argument has no name”. It’s shorter and natural to use ###...

feature

### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....

question

To avoid unexpected incompatibilities with Python and dependencies, it is recommended to run tests with warnings treated as errors. Many libraries, and Python itself, issue `DeprecationWarning` messages when deprecated code...

question

### Describe the bug For an option that is of Tuple type and set to required with `...`, a TypeError occurs when no value passed in the command line. ###...

bug

### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....

bug

### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....

question

Seems to work. Modified one of your (@tiangolo) test files. The only thing that is funky is the click 2-3 param warning I get when doing something with context.

### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....

question

### First check * [X] I used the GitHub search to find a similar issue and didn't find it. * [X] I searched the Typer documentation, with the integrated search....

question
investigate