mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-29 10:55:28 +02:00
pio: add page (#5404)
This commit is contained in:
parent
1c3144dba6
commit
383bdc680e
1 changed files with 16 additions and 0 deletions
16
pages/common/pio.md
Normal file
16
pages/common/pio.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# pio
|
||||||
|
|
||||||
|
> Development environment for embedded boards.
|
||||||
|
> More information: <https://docs.platformio.org/en/latest/core/userguide/>.
|
||||||
|
|
||||||
|
- Show help and list subcommands:
|
||||||
|
|
||||||
|
`pio --help`
|
||||||
|
|
||||||
|
- Print the version number and exit:
|
||||||
|
|
||||||
|
`pio --version`
|
||||||
|
|
||||||
|
- Show help for a specific subcommand:
|
||||||
|
|
||||||
|
`pio {{subcommand}} --help`
|
Loading…
Add table
Reference in a new issue