We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rustup help install
Update Rust toolchains USAGE: install [FLAGS] <toolchain> FLAGS: -h, --help Prints help information ARGS: <toolchain>
Update Rust toolchains
USAGE: install [FLAGS] <toolchain>
FLAGS: -h, --help Prints help information
ARGS: <toolchain>
This is very terse and doesn't tell me what values are valid for <toolchain> (related: #482). The error message isn't helping either:
<toolchain>
rustup install foo error: toolchain 'foo' is not installed
The text was updated successfully, but these errors were encountered:
Adding TOOLCHAIN_HELP to rustup help install
deaa4b7
This should fix rust-lang#483
Successfully merging a pull request may close this issue.
rustup help install
This is very terse and doesn't tell me what values are valid for
<toolchain>
(related: #482). The error message isn't helping either:rustup install foo error: toolchain 'foo' is not installed
The text was updated successfully, but these errors were encountered: