[docs] Update auto output mode documentation to reflect implementation
This commit is contained in:
@@ -6274,8 +6274,8 @@ Description
|
|||||||
* ``"pipe"``: Suitable for piping to other processes or files
|
* ``"pipe"``: Suitable for piping to other processes or files
|
||||||
* ``"terminal"``: Suitable for the standard Windows console
|
* ``"terminal"``: Suitable for the standard Windows console
|
||||||
* ``"color"``: Suitable for terminals that understand ANSI escape codes and colors
|
* ``"color"``: Suitable for terminals that understand ANSI escape codes and colors
|
||||||
* ``"auto"``: ``"terminal"`` on Windows with `output.ansi`_ disabled,
|
* ``"auto"``: ``"pipe"`` if not on a TTY, ``"terminal"`` on Windows with
|
||||||
``"color"`` otherwise.
|
`output.ansi`_ disabled, ``"color"`` otherwise.
|
||||||
|
|
||||||
| It is possible to use custom output format strings
|
| It is possible to use custom output format strings
|
||||||
by setting this option to an ``object`` and specifying
|
by setting this option to an ``object`` and specifying
|
||||||
|
|||||||
Reference in New Issue
Block a user