Linux command
rustup-man 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Open man page
rustup man [command]
Open cargo man page
rustup man cargo
Open rustc man page
rustup man rustc
说明
rustup man opens manual pages for Rust tools. Provides access to documentation for cargo, rustc, and other tools. Requires man pages component.
参数
- --toolchain _name_
- Use specific toolchain.
FAQ
What is the rustup-man command used for?
rustup man opens manual pages for Rust tools. Provides access to documentation for cargo, rustc, and other tools. Requires man pages component.
How do I run a basic rustup-man example?
Run `rustup man [command]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --toolchain _name_ do in rustup-man?
Use specific toolchain.