binman produces UNIX manual pages for executable scripts using
md2man. It supports any scripting language that either has
multi-line comments or uses # for single-line comments, such
as Ruby, Perl, Python, Node.js, Tcl, AWK, UNIX shell, and more!
Version 3.2.1 (2013-05-04)
Patch:
-
Ensure that the
binman:webRake task works the first time through. -
Fix “uninitialized constant Md2Man::VERSION” errors in
binman/rakefile. -
Hook into the
buildRake task only if Bundler’s Rake tasks are
loaded:Thanks to Postmodern for raising this issue.