Open
Description
It is generally expected that CLI programs on unix-like systems should have a man page. Elsewhere in the Rust toolchain, we do have rustc.1
, rustdoc.1
, cargo.1
, and many cargo-*.1
subcommands. It seems reasonable that we could have rustfmt.1
and cargo-fmt.1
as well.
See also rust-lang/rust#98977 for discussion about autogenerating man pages.