md2man-rake - run rake(1) tasks from md2man(1)
md2man-rake [OPTION]... [TASK]...
This program lets you run rake(1) tasks provided by md2man(1) without having
to create a special file named Rakefile that contains the following snippet:
require 'md2man/rakefile'
If no TASK is specified, then the md2man task is run by default.
md2manmd2man:man and md2man:web tasks, in that order.md2man:man or man*.markdown, *.mkd, and *.md files
found in or beneath the man/ subdirectory in your working directory.md2man:web or web*.markdown, *.mkd, and *.md files
found in or beneath the man/ subdirectory in your working directory.-h [PATTERN], --help [PATTERN]rake --help for documentation.