mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
29 lines
697 B
Markdown
29 lines
697 B
Markdown
![]() |
# 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`
|