typer
https://github.com/tiangolo/typer
Python
Typer, build great CLIs. Easy to code. Based on Python type hints.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported5 Subscribers
Add a CodeTriage badge to typer
Help out
- Issues
- Accept environment variables named by convention when envvar is not set
- Default value for optional multi-value argument
- How to display commands grouped by category when running using `--help` argument
- It is difficult to add a sys.excepthook without typer replacing and ignoring it
- Add rich print using _get_rich_console
- Add support for "Exception.add_note(...)" (PEP 678)
- Ignoring an argument for typer command
- Boolean typer.Option missing type and default value in --help
- Simplify `comment-docs-preview-in-pr` action by removing `httpx` and use only `pygithub`
- Using typer.prompt with choices from Enum doesn't display choices
- Docs
- Python not yet supported