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,11 +14,11 @@ source: https://github.com/tldr-pages/tldr.git
- Perform a basic analysis check on a specific project:
`pio check --project-dir {{project_dir}}`
`pio check {{[-d|--project-dir]}} {{project_dir}}`
- Perform an analysis check for a specific environment:
`pio check --environment {{environment}}`
`pio check {{[-e|--environment]}} {{environment}}`
- Perform an analysis check and only report a specified defect severity type:
@@ -26,4 +26,4 @@ source: https://github.com/tldr-pages/tldr.git
- Perform an analysis check and show detailed information when processing environments:
`pio check --verbose`
`pio check {{[-v|--verbose]}}`