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
pull/1/head
Emily Grace Seville 2022-12-05 16:49:54 +10:00 committed by GitHub
parent 40e00f8bdd
commit d61bc3f9e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: