We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
from rich_click import ...
rich_click/cli.py
Replace this:
from rich_click import command as rich_command from rich_click import group as rich_group from rich_click import RichCommand, RichCommandCollection, RichGroup, RichMultiCommand
with this:
from rich_click.decorators import command as rich_command from rich_click.decorators import group as rich_group from rich_click.rich_command import RichCommand, RichCommandCollection, RichGroup, RichMultiCommand
The former is causing an annoying deprecation error.
This needs to be implemented in the 1.7.x branch, and then released+patched.
I will get to this later today when I am at home and can access my personal laptop.
The text was updated successfully, but these errors were encountered:
dwreeves
No branches or pull requests
Replace this:
with this:
The former is causing an annoying deprecation error.
This needs to be implemented in the 1.7.x branch, and then released+patched.
I will get to this later today when I am at home and can access my personal laptop.
The text was updated successfully, but these errors were encountered: