mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-05 03:56:25 +03:00
17 lines
292 B
Markdown
17 lines
292 B
Markdown
|
# rustup show
|
||
|
|
||
|
> 설치된 툴체인, 타겟 및 `rustc` 버전 표시.
|
||
|
> 더 많은 정보: <https://rust-lang.github.io/rustup>.
|
||
|
|
||
|
- 모든 정보 표시:
|
||
|
|
||
|
`rustup show`
|
||
|
|
||
|
- 활성 툴체인 표시:
|
||
|
|
||
|
`rustup show active-toolchain`
|
||
|
|
||
|
- rustup 데이터 디렉토리 표시:
|
||
|
|
||
|
`rustup show home`
|