Man pages are generated for 'hidden' commands
Summary
By working around #880 (closed), we can generate the man pages for our commands defined in cli.py.
However, when we generate these man pages, man pages for the 'hidden' click commands (our deprecated commands) are also generated. This should not be the case.
Fix
This is an issue with an upstream package, click-man.
- An upstream issue has been filed: https://github.com/click-contrib/click-man/issues/27
- An upstream PR exists to fix this: https://github.com/click-contrib/click-man/pull/29
Edited by James Ennis