1
0
Fork 0
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:
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

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: