mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 04:35:25 +02:00
arduino-builder: refresh page (#9576)
* Use concrete value range for `-debug-level`: - syntax suggestion source: #9564 * Simplify description where range syntax applied * Simplify default value note * Simplify range syntax
This commit is contained in:
parent
40e00f8bdd
commit
d61bc3f9e7
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@
|
|||
|
||||
`arduino-builder -compile {{path/to/sketch.ino}}`
|
||||
|
||||
- Specify the debug level (1 to 10, defaults to 5):
|
||||
- Specify the debug level (default: 5):
|
||||
|
||||
`arduino-builder -debug-level {{level}}`
|
||||
`arduino-builder -debug-level {{1..10}}`
|
||||
|
||||
- Specify a custom build directory:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue