make-pod-from-help - creates POD documentation from a commandline tool
Contents
Description
This tool produces a POD from a "--help" string. Primarily it's intended to work with Python tools using
argparse.
This tool generates a POD, which can then be made into a manpage with "pod2man".
Some details here <http://notes.secretsauce.net/notes/2018/10/07_generating-manpages-from-python-and-
argparse.html>.
Name
make-pod-from-help - creates POD documentation from a commandline tool
Required Arguments
<inputprogram>
Tool that we're making a manpage for
Synopsis
$ make-pod-from-help frobnicate > frobnicate.pod
