Rendering doc chapter is confusing
In the chapter: Rendering doc, this sample code exist use clap_generate::gen_manuals;
I can't seem to know wich clap_generate is as currently none contain I have found on crates.io or clap/clap_generate does not contain the gen_manuals.
I remember we were talking about creating manpage generation but I don't remember where we landed on it.
This section was added in https://github.com/rust-cli/team/pull/85 to resolve https://github.com/rust-cli/team/issues/70. @spacekookie do you remember what you were coding against when writing this? I wonder if its something we can resurrect.
When looking into this, I did see reference to clap working with help2man which might be a good stopgap.
The page now has a TODO and links out to the PR adding clap_man.