mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 17:58:42 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user