cr*, cs-*: add Korean translation (#14086)

This commit is contained in:
HoJeong Im
2024-10-12 02:03:51 +09:00
committed by GitHub
parent efd167b4ae
commit 9103956391
10 changed files with 270 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# cs complete dep
> 웹에서 직접 검색하지 않고도 라이브러리를 검색할 수 있음.
> 더 많은 정보: <https://get-coursier.io/docs/cli-complete>.
- 특정 Maven 그룹 식별자로 게시된 아티팩트를 출력:
`cs complete-dep {{그룹_아이디}}`
- 특정 Maven 그룹 식별자 및 아티팩트 식별자로 게시된 라이브러리 버전을 나열:
`cs complete-dep {{그룹_아이디}}:{{아티팩트_아이디}}`
- ivy2local에서 검색하여 특정 Maven 그룹 ID 아래에 게시된 아티팩트를 출력:
`cs complete-dep {{그룹_아이디}} --repository ivy2local`
- 특정 저장소 및 자격 증명에서 검색하는 Maven 그룹 식별자 아래에 게시된 아티팩트를 나열:
`cs complete-dep {{그룹_아이디}}:{{아티팩트_아이디}} --repository {{레포지토리_주소}} --credentials {{사용자}}:{{비밀번호}}`