logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

make-pod-from-help - creates POD documentation from a commandline tool

Author

       Dima Kogan, "<dima@secretsauce.net>"

perl v5.40.0                                       2024-09-08                                         MRBUILD(1)

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

See Also