mirror of https://github.com/Textualize/rich.git
Merge pull request #1546 from 0xflotus/patch-1
fix: small error in docs
This commit is contained in:
commit
1700699b7b
|
@ -384,7 +384,7 @@ Interactive mode
|
|||
Rich will remove animations such as progress bars and status indicators when not writing to a terminal as you probably don't want to write these out to a text file (for example). You can override this behavior by setting the ``force_interactive`` argument on the constructor. Set it to True to enable animations or False to disable them.
|
||||
|
||||
.. note::
|
||||
Some CI systems support ANSI color and style but not anything that moves the cursor or selectively refreshes parts of the terminal. For these you might want to set ``force_terminal`` to ``True`` and ``force_interactve`` to ``False``.
|
||||
Some CI systems support ANSI color and style but not anything that moves the cursor or selectively refreshes parts of the terminal. For these you might want to set ``force_terminal`` to ``True`` and ``force_interactive`` to ``False``.
|
||||
|
||||
Environment variables
|
||||
---------------------
|
||||
|
|
Loading…
Reference in New Issue