choose, chroma, chronic: add Korean translation (#13933)

This commit is contained in:
HoJeong Im
2024-10-04 02:57:48 +09:00
committed by GitHub
parent ce91d8935a
commit 0bddbe2244
3 changed files with 73 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# chronic
> 명령이 실패한 경우에만 명령의 `stdout` 및 `stderr`를 표시.
> 더 많은 정보: <https://joeyh.name/code/moreutils/>.
- 0이 아닌 종료 코들드를 생성하거나 충돌하는 경우에만 지정된 명령의 `stdout``stderr`을 표시:
`chronic {{명령어 옵션 ...}}`
- 비어있지 않은 `stderr`을 생성하는 경우에만 지정된 명령의 `stdout``stderr`을 표시:
`chronic -e {{명령어 옵션 ...}}`
- 상세([v]erbose) 모드 활성화:
`chronic -v {{명령어 옵션 ...}}`