rustup-help
Display help for rustup commands
TLDR
Show top-level help
$ rustup help
Help for a specific subcommand$ rustup help [command]
Help for a nested subcommand$ rustup help [toolchain] [install]
Help for the override subcommand$ rustup help override
SYNOPSIS
rustup help [subcommand...]
DESCRIPTION
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.
PARAMETERS
subcommand
One or more subcommand names to drill into. Without arguments, rustup prints its top-level help.
INSTALL
sudo apt install rustup
sudo dnf install rustup
sudo pacman -S rustup
sudo zypper install rustup
brew install rustup
nix profile install nixpkgs#rustup
SEE ALSO
rustup(1)
