mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
87c9a4b69c
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
523 B
523 B
pio settings
View and modify PlatformIO settings. More information: https://docs.platformio.org/en/latest/core/userguide/cmd_settings.html.
- Display the names, values, and descriptions of all PlatformIO settings:
pio settings get
- Display the name, value, and description of a specific PlatformIO setting:
pio settings get {{setting}}
- Set a specific setting value:
pio settings set {{setting}} {{value}}
- Reset the values of all modified settings to their factory defaults:
pio settings reset