1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 22:46:02 +02:00
tldr/pages/common/pio.md

18 lines
379 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 {{[-h|--help]}}`
2021-03-11 13:37:32 +01:00
- Display help for a specific subcommand:
2021-03-11 13:37:32 +01:00
`pio {{subcommand}} {{[-h|--help]}}`
- Display version:
`pio --version`