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

### Is your feature request related to a problem Not really, the current solution is already great. ### The solution you would like Add an alternative syntax to describe optional...

enhancement

### Describe the bug For typer.Argument, the type hint for show_default is this: show_default: Union[bool, str] = True, for typer.Option, the type hint is this: show_default: bool = True, For...

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

enhancement

### 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 there 🙋🏼‍♂️, this is my first PR on `typer` and it adds support for a *cli option* that can be used **multiple times** and has **multiple values** by providing...

feature
p3

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

### Describe the bug [click 8](https://pypi.org/project/click/) was finally released and typer does not support it, at least from https://github.com/tiangolo/typer/blob/master/pyproject.toml#L30 point of view.

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