Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-28 00:20:19 +00:00
parent 5bf37ece1a
commit 2c0f4bfdb2
88 changed files with 330 additions and 253 deletions

View File

@@ -14,15 +14,15 @@ source: https://github.com/tldr-pages/tldr.git
- Test only specific environments:
`pio test --environment {{environment1}} --environment {{environment2}}`
`pio test {{[-e|--environment]}} {{environment1}} {{[-e|--environment]}} {{environment2}}`
- Run only tests whose name matches a specific glob pattern:
`pio test --filter "{{pattern}}"`
`pio test {{[-f|--filter]}} "{{pattern}}"`
- Ignore tests whose name matches a specific glob pattern:
`pio test --ignore "{{pattern}}"`
`pio test {{[-i|--ignore]}} "{{pattern}}"`
- Specify a port for firmware uploading:
@@ -30,4 +30,4 @@ source: https://github.com/tldr-pages/tldr.git
- Specify a custom configuration file for running the tests:
`pio test --project-conf {{path/to/platformio.ini}}`
`pio test {{[-c|--project-conf]}} {{path/to/platformio.ini}}`