2021-03-11 13:37:32 +01:00
|
|
|
# pio
|
|
|
|
|
|
|
|
> Development environment for embedded boards.
|
2024-10-04 21:14:41 +02:00
|
|
|
> 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/>.
|
|
|
|
|
2023-12-27 03:41:30 -03:00
|
|
|
- Display help and list subcommands:
|
2021-03-11 13:37:32 +01:00
|
|
|
|
2025-04-27 10:59:15 +03:00
|
|
|
`pio {{[-h|--help]}}`
|
2021-03-11 13:37:32 +01:00
|
|
|
|
2023-12-27 03:41:30 -03:00
|
|
|
- Display help for a specific subcommand:
|
2021-03-11 13:37:32 +01:00
|
|
|
|
2025-04-27 10:59:15 +03:00
|
|
|
`pio {{subcommand}} {{[-h|--help]}}`
|
2024-01-30 01:55:24 -03:00
|
|
|
|
|
|
|
- Display version:
|
|
|
|
|
|
|
|
`pio --version`
|