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
- Typer.command.cls swallows Typer.cls.command_class
- Run tests with warnings treated as errors
- Feature Switches in Typer
- Allow `--help` even if callback has required options / arguments
- Dynamically enabling required arguments for a command based on the user's input from first argument
- Passing cli arguments and normal arguments in same function
- Simplest approach to execute a typer program / execute without a filename?
- Passing 'context_settings' to typer.Typer has no effect, but works for app.command()
- Testing: runner.invoke reuses 'app' object, causing cached properties to exist when they're not supposed to
- Multivalued Option that can be used multiple times
- Docs
- Python not yet supported