pio: add page (#5404)

This commit is contained in:
marchersimon
2021-03-11 13:37:32 +01:00
committed by GitHub
parent 1c3144dba6
commit 383bdc680e

16
pages/common/pio.md Normal file
View File

@@ -0,0 +1,16 @@
# pio
> Development environment for embedded boards.
> More information: <https://docs.platformio.org/en/latest/core/userguide/>.
- Show help and list subcommands:
`pio --help`
- Print the version number and exit:
`pio --version`
- Show help for a specific subcommand:
`pio {{subcommand}} --help`