mirror of https://github.com/Textualize/rich.git
Merge branch 'master' of github.com:willmcgugan/rich
This commit is contained in:
commit
66363d6709
|
@ -139,7 +139,7 @@ If you have another Console object you want to use, pass it in to the :class:`~r
|
||||||
Redirecting stdout / stderr
|
Redirecting stdout / stderr
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
To avoid breaking the progress display visuals, Rich will redirect ``stdout`` and ``stdout`` so that you can use the builtin ``print`` statement. This feature is enabled by default, but you can disable by setting ``redirect_stdout`` or ``redirect_stderr`` to ``False``
|
To avoid breaking the progress display visuals, Rich will redirect ``stdout`` and ``stderr`` so that you can use the builtin ``print`` statement. This feature is enabled by default, but you can disable by setting ``redirect_stdout`` or ``redirect_stderr`` to ``False``
|
||||||
|
|
||||||
|
|
||||||
Customizing
|
Customizing
|
||||||
|
|
Loading…
Reference in New Issue