File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 135
135
},
136
136
"type" : " object"
137
137
},
138
+ "output" : {
139
+ "description" : " settings related to text output." ,
140
+ "properties" : {
141
+ "no_color" : {
142
+ "description" : " ANSI color escape codes are added by default to the output. Set to `true` to disable colored text output." ,
143
+ "type" : " boolean"
144
+ }
145
+ },
146
+ "type" : " object"
147
+ },
138
148
"sketch" : {
139
149
"description" : " configuration options relating to [Arduino sketches][sketch specification]." ,
140
150
"properties" : {
Original file line number Diff line number Diff line change 28
28
- ` metrics ` - settings related to the collection of data used for continued improvement of Arduino CLI.
29
29
- ` addr ` - TCP port used for metrics communication.
30
30
- ` 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.
31
34
- ` sketch ` - configuration options relating to [ Arduino sketches] [ sketch specification ] .
32
35
- ` always_export_binaries ` - set to ` true ` to make [ ` arduino-cli compile ` ] [ arduino-cli compile ] always save binaries
33
36
to the sketch folder. This is the equivalent of using the [ ` --export-binaries ` ] [ arduino-cli compile options ] flag.
You can’t perform that action at this time.
0 commit comments