1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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`