Skip to content

rustup is an installer, but install is not discoverable from rustup --help #4269

@alexanderkjeldaas

Description

@alexanderkjeldaas

Verification

Problem

The issue is about discoverability of rustup.

rustup is a "toolchain INSTALLER". However:

$ rustup --help 2>&1 | grep install                                                                                                          127
The Rust toolchain installer
  show         Show the active and installed toolchains or profiles
  toolchain    Modify or query the installed toolchains
  component    Modify a toolchain's installed components
  self         Modify the rustup installation
    Rustup installs The Rust Programming Language from the official

There is no command to install anything. There are commands to modify and show and query toolchains, and modify a toolchain, and modify rustup itself.

But no command to INSTALL a toolchain! There should be something in --help that indicate which command is used to install a toolchain.

Image

Steps

rustup --help

Possible Solution(s)

Show an example installing the latest toolchain in the help.

Notes

No response

Rustup version

1.27.1

Installed toolchains

there is nothing installed

OS version

Nixos

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions