pio*: add Korean translation (#14554)
This commit is contained in:
28
pages.ko/common/pio-run.md
Normal file
28
pages.ko/common/pio-run.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# pio run
|
||||
|
||||
> PlatformIO 프로젝트 타겟 실행.
|
||||
> 더 많은 정보: <https://docs.platformio.org/en/latest/core/userguide/cmd_run.html>.
|
||||
|
||||
- 사용 가능한 모든 프로젝트 타겟 나열:
|
||||
|
||||
`pio run --list-targets`
|
||||
|
||||
- 특정 환경의 사용 가능한 모든 프로젝트 타겟 나열:
|
||||
|
||||
`pio run --list-targets --environment {{환경}}`
|
||||
|
||||
- 모든 타겟 실행:
|
||||
|
||||
`pio run`
|
||||
|
||||
- 지정된 환경의 모든 타겟 실행:
|
||||
|
||||
`pio run --environment {{환경1}} --environment {{환경2}}`
|
||||
|
||||
- 특정 타겟 실행:
|
||||
|
||||
`pio run --target {{타겟1}} --target {{타겟2}}`
|
||||
|
||||
- 지정된 설정 파일의 타겟 실행:
|
||||
|
||||
`pio run --project-conf {{경로/대상/platformio.ini}}`
|
Reference in New Issue
Block a user