support built-in styles #3605
Replies: 1 comment
-
resolve. from rich.console import Console
print = Console().print
print("hello", style="red") |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I may need to go to print to work out some simple bugs!
But every time I print it out, I need to add some styles in front of it, is it possible to support some built-in styles, so that we can directly use print in a simple way?
Beta Was this translation helpful? Give feedback.
All reactions