Re: convert ggo file to man page
Yegor Yefremov <[email protected]> Wed, 16 Sep 2009 16:33:34 +0200
| Newsgroups | gmane.comp.gnu.gengetopt.general |
|---|---|
| Message-ID | <[email protected]> |
Thank you for your answers. help2man rocks! Regards, Yegor > actually gengetopt itself creates its man page using help2man: once you > have your program (that uses the gengetopt generated parser), you can > build the manpage with help2man, e.g., > > help2man yourprogram > > for gengetopt I do > > help2man ./gengetopt --help-option="--detailed-help" > gengetopt.1 > > cheers > Lorenzo > > Salvatore Santagati wrote: >> Well, I believe is a good idea also if possible create a man page with >> help2man >> >> Salvatore >> >> >> On Wed, Sep 16, 2009 at 2:53 PM, Yegor Yefremov >> <[email protected]> wrote: >>> Hi Lorenzo, >>> >>> where it possible to automatically create a man page from ggo file? >>> It would be a great feature. >>> >>> Thank you in advance. >>> > > >