-
Notifications
You must be signed in to change notification settings - Fork 910
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider using rich-click or typer #2210
Comments
Why not use Typer instead? https://github.com/tiangolo/typer |
Good push - I was thinking the same this week! |
Here's how we'd migrate |
@MatthiasRoels: interesting thinking. I don't know whether it would be worth the effort migrating (e.g. there's some slightly weird custom stuff in our |
We're proceeding with #2928 |
Alternative mentioned below: https://github.com/tiangolo/typer, which is based on click and uses rich if installed. Would be good to understand better what are the pros/cons of migrating and whether it would be worth the effort.
Originally written by @datajoely in #1464.
We could leverage the 3rd party rich-click package:
import rich_click as click
The text was updated successfully, but these errors were encountered: