summaryrefslogtreecommitdiffstats
path: root/lib/puppet/application/man.rb
Commit message (Collapse)AuthorAgeFilesLines
* (#7683) Add a 'man' face and subcommand to Puppet.Daniel Pittman2011-06-011-0/+4
This is the minimal wrapper, cloning a good deal of the logic from help, that runs our face through the 'man' template and returns ronn-formatted Markdown. This provides the crudest baseline possible for getting man-style output, but lets us move forward to improve behaviour. Reviewed-By: Nick Fagerlund <nick.fagerlund@puppetlabs.com>