← 返回命令列表

Linux command

rustup-help 命令

文本

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

常用示例

Show top-level help

rustup help

Help for a specific

rustup help [command]

Help for a nested

rustup help [toolchain] [install]

Help for the

rustup help override

说明

rustup help prints usage, options, and the list of subcommands for rustup or any of its subcommands. It is equivalent to running the command with --help, but accepts nested subcommand names as positional arguments instead of flags.

FAQ

What is the rustup-help command used for?

rustup help prints usage, options, and the list of subcommands for rustup or any of its subcommands. It is equivalent to running the command with --help, but accepts nested subcommand names as positional arguments instead of flags.

How do I run a basic rustup-help example?

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

Where can I find more rustup-help examples?

This page includes 4 examples for rustup-help, plus related commands for nearby Linux tasks.