Issues
- 1
- 2
Add support for "Exception.add_note(...)" (PEP 678)
#505 opened by libexpand - 30
Using `some_type | None` syntax for type annotations causes error in python 3.11
#533 opened by PhilReinhold - 10
Is support for Union types on the roadmap?
#461 opened by msarmi9 - 5
DOC: Documentation of passing multiple values in "option" vs "argument" isn't sufficiently explicit
#554 opened by corneliusroemer - 3
- 4
- 2
- 3
Async support
#950 opened by tiangolo - 5
Ignoring an argument for typer command
#506 opened by lvijnck - 2
Autocompletion for `Path`
#951 opened by tiangolo - 5
Default value for optional multi-value argument
#518 opened by mathiazom - 2
Rich markup in Zsh completion help lines
#822 opened by tiangolo - 2
Rich markup in generated Markdown docs
#819 opened by tiangolo - 0
- 4
- 8
- 3
Support for bytes in Options and Arguments
#536 opened by AlexanderPodorov - 2
- 1
- 0
- 4
- 5
- 0
Add CI configs to run tests on Windows and MacOS
#820 opened by tiangolo - 5
Hide --install-completion and --show-completion options without disabling autocompletion
#498 opened by sidekick-eimantas - 4
🐛 Upgrading from `typer<0.12.0` to `typer==0.12.0` breaks the install by partially removing the package/module files
#790 opened by tiangolo - 1
- 1
Support for localization of messages
#540 opened by toniwiki - 6
Long help text wraps too narrowly
#511 opened by miohtama - 1
- 2
Is it possible to include a Prolog in `--help`
#537 opened by AngryMaciek - 2
how to use typer on class method __init__ with self argument, got this error: Error: Missing argument 'SELF'.
#539 opened by fbenavides69 - 2
- 2
How do I pass the None value explicitly?
#530 opened by salmiakki - 2
How to display commands grouped by category when running using `--help` argument
#514 opened by brupelo - 4
SIGINT from docker is ignored
#624 opened by fakuivan - 2
- 4
See if rich 13.x is compatible
#532 opened by whardier - 0
Truthiness of Option(False) should be False
#462 opened by khaume - 4
- 2
It is difficult to add a sys.excepthook without typer replacing and ignoring it
#508 opened by damonmaria - 1
- 4
Accept environment variables named by convention when envvar is not set
#519 opened by jruizaranguren - 1
Typer suppresses loguru logging messages
#510 opened by mieczyslaw - 1
- 2
Is there a way to input arguments of a command in a different order in which they are defined?
#471 opened by itsadityagupta - 3
- 5
- 3
Use `issubclass` for all annotation checks
#499 opened by aguckenber-chwy - 3
How to disable bool option counterpart?
#467 opened by sidekick-eimantas