1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/pio.md

18 lines
361 B
Markdown
Raw Normal View History

2021-03-11 13:37:32 +01:00
# pio
> Development environment for embedded boards.
> Some subcommands such as `run` have their own usage documentation.
2021-03-11 13:37:32 +01:00
> More information: <https://docs.platformio.org/en/latest/core/userguide/>.
- Display help and list subcommands:
2021-03-11 13:37:32 +01:00
`pio --help`
- Display help for a specific subcommand:
2021-03-11 13:37:32 +01:00
`pio {{subcommand}} --help`
- Display version:
`pio --version`