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 supported6 Subscribers
Add a CodeTriage badge to typer
Help out
- Issues
- Provide override for `_print_options_panel` and `_print_commands_panel`
- fix: show default values for single boolean flags with default=False
- β¨Treat keyword only parameters without defaults as option
- β¨ Suppress modules in Rich tracebacks with `pretty_exceptions_suppress`
- Handle Abort/Exit during shell completion
- β¨ Add `module:function` syntax support for typer CLI
- β¨ Support bytes in Options and Arguments
- π Fix `arg` parameter of autocompletion
- β¨ Add ability to show sub-command tree
- π Add option for panels to fit to content
- Docs
- Python not yet supported