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