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
- Add support for command and subcommand aliases
- 🐛 Fix evaluating stringified annotations in Python 3.8 & 3.9 (also `from __future__ import annotations`)
- 🐛 Make second column of Rich help output reflect the type consistently, even when using `metavar`
- ✨ Add `module:function` syntax support for typer CLI
- ✨ Enhance command alias handling and display
- ✨ Support bytes in Options and Arguments
- [BUG] help line length miscalculated when using stylized text
- Argument(metavar="MY_ARG") has different meaning for the arguments panel compared to the usage text or the non-rich help output
- 🐛 Fix `arg` parameter of autocompletion
- ✨ Add ability to show sub-commands
- Docs
- Python not yet supported