It would be great to have a command of the form `rustup man [TOOLCHAIN] MAN_PAGE` that displays the man page `MAN_PAGE` (e.g. rustc, cargo) for either the active toolchain or the specified `TOOLCHAIN` if given.
It would be great to have a command of the form
rustup man [TOOLCHAIN] MAN_PAGEthat displays the man page
MAN_PAGE(e.g. rustc, cargo) for either the active toolchain or the specifiedTOOLCHAINif given.