Outputs help for parent package and exits. See Also: show-version
$ npm install show-help
if(argv.help) require('show-help')();
Will show the content of first found file from the lookup paths.
require('show-help')({
filename: 'doc.md',
transform: parseMarkdown
});