snippetbashTip
pio — Development environment for embedded boards. Some subcommands such as `run` have their own usage doc
Viewed 0 times
boardscommandembeddedpiodevelopmentclienvironmentfor
Problem
How to use the
pio command: Development environment for embedded boards. Some subcommands such as run have their own usage documentation. More information: <https://docs.platformio.org/en/latest/core/userguide/>.Solution
pio — Development environment for embedded boards. Some subcommands such as run have their own usage documentation. More information: <https://docs.platformio.org/en/latest/core/userguide/>.Display help and list subcommands:
pio {{[-h|--help]}}Display help for a specific subcommand:
pio {{subcommand}} {{[-h|--help]}}Display version:
pio --versionCode Snippets
Display help and list subcommands
pio {{[-h|--help]}}Display help for a specific subcommand
pio {{subcommand}} {{[-h|--help]}}Display version
pio --versionContext
tldr-pages: common/pio
Revisions (0)
No revisions yet.