/show-help

Outputs help for parent package and exits

Primary LanguageJavaScript

show-help

Outputs help for parent package and exits. See Also: show-version

Install

$ npm install show-help

Usage

if(argv.help) require('show-help')();

Will show the content of first found file from the lookup paths.

Options

require('show-help')({
  filename: 'doc.md',
  transform: parseMarkdown
});