LinuxCommandLibrary

rustup-man

View the man page for a given command managed by `rustup`.

TLDR

View the man page for a given command from the default toolchain

$ rustup man [command]
copy


View the man page for a given command from the specified toolchain
$ rustup man --toolchain [command]
copy

Copied to clipboard