windows/g*: add Korean translation (#14613)

* windows/g*: add Korean translation, basename: fix typo

* basename: revert page
This commit is contained in:
Chooooo
2024-11-05 23:55:29 +09:00
committed by GitHub
parent b57150237e
commit 2dc55e1716
4 changed files with 61 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# gcrane completion
> gcrane에 대한 자동 완성 스크립트를 생성합니다.
> 사용 가능한 쉘은 `bash`, `fish`, `powershell`, 및 `zsh`입니다.
> 더 많은 정보: <https://github.com/google/go-containerregistry/blob/main/cmd/gcrane/README.md>.
- 쉘에 대한 자동 완성 스크립트 생성:
`gcrane completion {{쉘_이름}}`
- 자동 완성 설명 비활성화:
`gcrane completion {{쉘_이름}} --no-descriptions`
- 현재 쉘 세션에 자동 완성 로드 (powershell):
`gcrane completion powershell | Out-String | Invoke-Expression`
- 새 세션에 대한 자동 완성 로드 (powershell):
`gcrane completion powershell | Out-String | Invoke-Expression`
- 도움말 표시:
`gcrane completion {{쉘_이름}} {{-h|--help}}`