mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 03:41:48 +00:00
23 lines
458 B
Plaintext
23 lines
458 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# pio
|
|
|
|
> Development environment for embedded boards.
|
|
> Some subcommands such as `pio run` have their own usage documentation.
|
|
> More information: <https://docs.platformio.org/en/latest/core/userguide/>.
|
|
|
|
- Display help and list subcommands:
|
|
|
|
`pio --help`
|
|
|
|
- Display help for a specific subcommand:
|
|
|
|
`pio {{subcommand}} --help`
|
|
|
|
- Display version:
|
|
|
|
`pio --version`
|