← 返回命令列表

Linux command

rustup-show 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Show installed toolchains

rustup show

Show active toolchain

rustup show active-toolchain

Show home directory

rustup show home

Show installation profile

rustup show profile

说明

rustup show displays rustup installation information. Shows installed toolchains, active toolchain, and configured settings. Default command shows comprehensive overview.

参数

active-toolchain
Currently active toolchain.
home
Rustup home directory.
profile
Default installation profile.

FAQ

What is the rustup-show command used for?

rustup show displays rustup installation information. Shows installed toolchains, active toolchain, and configured settings. Default command shows comprehensive overview.

How do I run a basic rustup-show example?

Run `rustup show` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does active-toolchain do in rustup-show?

Currently active toolchain.