nickalcock / help2adoc

A tool to convert help output to asciidoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

help to asciidoc converter

Convert help output of a program to asciidoc, suitable for html conversion or a2x transform to man pages.

Example usage

$ help2adoc -e help2adoc -n "help to asciidoc converter" > help2adoc.1.txt
$ a2x --format manpage help2adoc.1.txt

About

A tool to convert help output to asciidoc

License:BSD 2-Clause "Simplified" License


Languages

Language:Perl 92.3%Language:Makefile 7.7%