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
- `result_callback` is ignored when only one subcommand exists
- Allow typer to execute async commands by wrapping them in asyncio.run()
- Rich helps always show parameter `default: None` for parameters that haven't any default value
- Visual Indicator missing in help produced for options
- Bad argument help for type of optional argument
- ✨ Add docstring automation to get help message to typer objects
- add command_group decorator
- typer-web to run typer cli as a web server (like click-web did)
- Typed-settings compatibility
- ✨ Support typing.Literal in Python 3.8+
- Docs
- Python not yet supported