Open
Description
man pages contain useful information that isn't accessible on windows. rustup concerns itself with man pages and will have a rustup man
feature that is useless on windows. I'd like be able to show the same information by opening up a browser to the installed docs.
Can we find a way to generate both the man pages and new HTML versions of the command line documentation from the same source? We probably don't want to take a new pandoc dependency. Perhaps we can just write something in Rust to do it.
Alternately, we could create HTML documentation for each of the command line tools. In the future we're going to be distributing more command line tools. They'll need to be documented in HTML.