pueue*: add Korean translation (#14525)

This commit is contained in:
코드싸이
2024-11-02 02:55:03 +09:00
committed by GitHub
parent 8d2eaa14ab
commit ca7166e59a
22 changed files with 384 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# pueue parallel
> 병렬로 실행할 수 있는 허용 작업 수 설정.
> 더 많은 정보: <https://github.com/Nukesor/pueue>.
- 기본 그룹에서 병렬로 실행할 수 있는 최대 작업 수 설정:
`pueue parallel {{최대_병렬_작업_수}}`
- 특정 그룹에서 병렬로 실행할 수 있는 최대 작업 수 설정:
`pueue parallel --group {{그룹_이름}} {{최대_병렬_작업_수}}`