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