mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
478 B
478 B
pio settings
PlatformIO 설정을 보고 수정. 더 많은 정보: https://docs.platformio.org/en/latest/core/userguide/cmd_settings.html.
- 모든 PlatformIO 설정의 이름, 값 및 설명 표시:
pio settings get
- 특정 PlatformIO 설정의 이름, 값 및 설명 표시:
pio settings get {{설정}}
- 특정 설정 값을 설정:
pio settings set {{설정}} {{값}}
- 모든 수정된 설정 값을 기본값으로 재설정:
pio settings reset