Sha256: db626e149ed77eab85d3b6b12482d386bc11c0d2313febcf374356d6b88687ee
Contents?: true
Size: 647 Bytes
Versions: 1
Compression:
Stored size: 647 Bytes
Contents
#!/usr/bin/env ruby =begin ======================================================================= # BINMAN-HTML 1 2016-02-28 5.1.0 ## NAME binman-html - HTML manpage from header comment ## SYNOPSIS `binman-html` [*OPTION*]... [*FILE*] ## DESCRIPTION Extracts the "embedded manpage source", described in binman-text(1), from the given *FILE* or STDIN and transforms it into HTML for use in a web browser. ## SEE ALSO binman-text(1), binman-roff(1), binman(1) =end ========================================================================= require 'binman' BinMan.help puts BinMan.html(ARGF)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
binman-5.1.0 | bin/binman-html |