Skip to content

Commit adb9a4a

Browse files
Add output.no_color to configuration docs
1 parent df12786 commit adb9a4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/configuration.md

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
- `metrics` - settings related to the collection of data used for continued improvement of Arduino CLI.
2929
- `addr` - TCP port used for metrics communication.
3030
- `enabled` - controls the use of metrics.
31+
- `output` - settings related to text output.
32+
- `no_color` - ANSI color escape codes are added by default to the output. Set to `true` to disable colored text
33+
output.
3134
- `sketch` - configuration options relating to [Arduino sketches][sketch specification].
3235
- `always_export_binaries` - set to `true` to make [`arduino-cli compile`][arduino-cli compile] always save binaries
3336
to the sketch folder. This is the equivalent of using the [`--export-binaries`][arduino-cli compile options] flag.

0 commit comments

Comments
 (0)