pio*: add Korean translation (#14554)

This commit is contained in:
코드싸이
2024-11-02 20:14:54 +09:00
committed by GitHub
parent 87df078649
commit eb42b6ff9b
22 changed files with 581 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# pio system
> PlatformIO의 다양한 시스템 명령.
> 더 많은 정보: <https://docs.platformio.org/en/latest/core/userguide/system/>.
- 현재 셸에 대한 셸 자동 완성 설치 (Bash, fish, Zsh 및 PowerShell 지원):
`pio system completion install`
- 현재 셸에 대한 셸 자동 완성 제거:
`pio system completion uninstall`
- 시스템 전역 PlatformIO 정보 표시:
`pio system info`
- 사용하지 않는 PlatformIO 데이터 제거:
`pio system prune`
- 캐시된 데이터만 제거:
`pio system prune --cache`
- 제거될 사용하지 않는 PlatformIO 데이터를 목록으로 표시하지만 실제로 제거하지 않음:
`pio system prune --dry-run`