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

### 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 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 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

### 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

Hi Maintainers, My issue sits between a question and a feature request. I like what Typer brings to the table. Just like FastAPI, it makes intelligent use of type annotations....

feature

### 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

### Describe the bug Somewhere along the line it seems an \r gets introduced between the available options in git bash on windows. This is also the case for MSYS2....

bug
os / windows
shell / bash

### 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

This PR updates the documentation to include discussion of enumerating choices with `enum.Enum`s created with the functional API. This is useful when creating choices dynamically, for example logging. See further...

docs
p3