$, cargo-*: add Korean translation (#13943)

This commit is contained in:
HoJeong Im
2024-10-03 18:48:23 +09:00
committed by GitHub
parent 7cc6c7195a
commit 0327318dc0
38 changed files with 763 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# cargo search
> <https://crates.io>에서 패키지를 검색.
> 크레이트는 설명과 함께 `Cargo.toml`에 복사하기에 적합한 TOML 형식으로 표시됨.
> 더 많은 정보: <https://doc.rust-lang.org/cargo/commands/cargo-search.html>.
- 패키지 검색:
`cargo search {{쿼리}}`
- `n` 결과 표시 (기본값: 10, 최댓값: 100):
`cargo search --limit {{n}} {{쿼리}}`