gh,gh-*: add Korean translation (#14118)

This commit is contained in:
코드싸이
2024-10-11 13:41:00 +09:00
committed by GitHub
parent 3eba37f10a
commit 95f08423dd
29 changed files with 807 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
# gh help
> GitHub CLI 명령에 대한 도움말 표시.
> 더 많은 정보: <https://cli.github.com/manual/gh_help>.
- 일반 도움말 표시:
`gh help`
- `gh help` 하위 명령에 대한 도움말 표시:
`gh help --help`
- `gh`와 함께 사용할 수 있는 환경 변수에 대한 도움말 표시:
`gh help environment`
- 모든 `gh` 명령의 마크다운 참고 자료 표시:
`gh help reference`
- `jq`를 사용하여 `gh`의 JSON 출력 형식을 지정하는 방법에 대한 도움말 표시:
`gh help formatting`
- MinTTY와 함께 `gh`를 사용하는 방법에 대한 도움말 표시:
`gh help mintty`
- 하위 명령에 대한 도움말 표시:
`gh help {{하위_명령}}`
- 하위 명령 작업에 대한 도움말 표시:
`gh help {{pr}} {{create}}`