DataDrake/cli-ng

Add man page support

Closed this issue · 1 comments

It's inevitable that someone will want to see us generating man pages. This should be implemented as a simple text\template which dumps out a man page in the default locale. These man pages should mirror how git does them: one man page for the whole utility, referencing individual man pages for each non-hidden subcommand (e.g. git-commit).

Eh, text/template is more effort than it is worth for generating man-pages.