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,28 @@
# pueue restart
> 작업을 다시 시작.
> 더 많은 정보: <https://github.com/Nukesor/pueue>.
- 특정 작업 다시 시작:
`pueue restart {{작업_아이디}}`
- 여러 작업을 한 번에 다시 시작하고 즉시 시작 (대기열에 넣지 않음):
`pueue restart --start-immediately {{작업_아이디}} {{작업_아이디}}`
- 다른 경로에서 특정 작업 다시 시작:
`pueue restart --edit-path {{작업_아이디}}`
- 다시 시작하기 전에 명령 편집:
`pueue restart --edit {{작업_아이디}}`
- 작업을 제자리에서 다시 시작 (별도의 작업으로 대기열에 넣지 않음):
`pueue restart --in-place {{작업_아이디}}`
- 실패한 모든 작업 다시 시작 및 저장:
`pueue restart --all-failed --stashed`