This repository was archived by the owner on May 20, 2020. It is now read-only.
This repository was archived by the owner on May 20, 2020. It is now read-only.
Flag: output format #130
Closed
Description
This issue is part of #125
-w
/--output-format
: output format
This flag is currently ignored; the idea is that rustdoc
would support
various output formats, and you could specify them via this flag.
Rustdoc only supports HTML output, and so this flag is redundant today.
Should we keep this flag or not?