We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc3c6e3 commit b62cf8bCopy full SHA for b62cf8b
docs/configuration.md
@@ -18,6 +18,8 @@
18
- `enable_unsafe_install` - set to `true` to enable the use of the `--git-url` and `--zip-file` flags with
19
[`arduino-cli lib install`][arduino cli lib install]. These are considered "unsafe" installation methods because
20
they allow installing files that have not passed through the Library Manager submission process.
21
+- `locale` - the language used by Arduino CLI, the parameter is the language identifier in the standard format
22
+ `<language>_<COUNTRY>.<encoding>` (for example `it` or `it_IT`, or `it_IT.UTF-8`).
23
- `logging` - configuration options for Arduino CLI's logs.
24
- `file` - path to the file where logs will be written.
25
- `format` - output format for the logs. Allowed values are `text` or `json`.
0 commit comments