Provide a man page for git-publish
berrange opened this issue · 3 comments
berrange commented
Command line tools are usually accompanied by man pages to describe their usage, but git-publish lacks one right now.
Much of what is in README.rst could be turned into POD syntax from which a man page could be created.
This would be particularly helpful for making 'git publish --help' work as that just runs 'man git-$COMMAND', so currently you get
$ git publish --help
No manual entry for git-publish
berrange commented
Also reported downstream at https://bugzilla.redhat.com/show_bug.cgi?id=1545853
stefanha commented
On Fri, Feb 16, 2018 at 9:22 AM, Daniel Berrange ***@***.***> wrote:
Also reported downstream at https://bugzilla.redhat.com/
show_bug.cgi?id=1545853
Thanks, I will tackle this soon.
Stefan
stefanha commented
The man page has been merged! I took your idea and converted README.rst to POD. Luckily GitHub can also render README.pod files so there is no loss in functionality for the GitHub repository landing page.