[output] enable colors by default
This commit is contained in:
@@ -4921,7 +4921,17 @@ output.colors
|
||||
Type
|
||||
``object`` (`key` -> `ANSI color`)
|
||||
Default
|
||||
``{"success": "1;32", "skip": "2"}``
|
||||
.. code:: json
|
||||
|
||||
{
|
||||
"success": "1;32",
|
||||
"skip" : "2",
|
||||
"debug" : "0;37",
|
||||
"info" : "1;37",
|
||||
"warning": "1;33",
|
||||
"error" : "1;31"
|
||||
}
|
||||
|
||||
Description
|
||||
Controls the
|
||||
`ANSI colors <https://gist.github.com/fnky/458719343aabd01cfb17a3a4f7296797#colors--graphics-mode>`__
|
||||
@@ -4947,7 +4957,7 @@ output.ansi
|
||||
Type
|
||||
``bool``
|
||||
Default
|
||||
``false``
|
||||
``true``
|
||||
Description
|
||||
| On Windows, enable ANSI escape sequences and colored output
|
||||
| by setting the ``ENABLE_VIRTUAL_TERMINAL_PROCESSING`` flag for stdout and stderr.
|
||||
|
||||
Reference in New Issue
Block a user