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 No. ### The solution you would like In a lot of our codebase we pass the typer arguments to a dataclass...

feature

### Describe the bug Hi, I tried to define two arguments as `List[str]`, and I got an exception from Click. ### To Reproduce * Create a file `main.py` with: ```Python...

bug

Ensures the enum `.value` is used in the generated help text for default Argument and Option values. Supports both isolated enum instances and lists or tuples of enum instances. Did...

investigate

### Describe the bug Under certain circumstances, enum Option defaults are displayed at `EnumClass.value` instead of just `value`. I was able to reproduce it when a list of enums is...

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
investigate

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

@tiangolo as discussed on slack, I think this should help clarify how to have proper command-subcommand chains. I suspect that this could potentially resolve some of the discussions e.g. happening...

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

enhancement

...since the issue's been open for a month. - resolves #456

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

question