Sha256: 7b664b84d742b7818ad7ac6c98676523831eb14b860d599bfe5916a1dc15f75a

Contents?: true

Size: 323 Bytes

Versions: 139

Compression:

Stored size: 323 Bytes

Contents

#!/usr/bin/env node
'use strict';

var ArgumentParser = require('../lib/argparse').ArgumentParser;
var parser = new ArgumentParser({
  version: '0.0.1',
  addHelp: true,
  description: 'Argparse examples: help',
  epilog: 'help epilog',
  prog: 'help_example_prog',
  usage: 'Usage %(prog)s <agrs>'
});
parser.printHelp();

Version data entries

139 entries across 125 versions & 8 rubygems

Version Path
trusty-festivity-extension-2.3.0 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/examples/help.js
opal-0.9.0.beta2 stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/examples/help.js
opal-0.9.0.beta1 stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/examples/help.js
opal-0.8.1 stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/examples/help.js
eslint_node_modules-1.6.0.1 vendor/node_modules/eslint/node_modules/js-yaml/node_modules/argparse/examples/help.js
eslint_node_modules-1.6.0 vendor/node_modules/eslint/node_modules/js-yaml/node_modules/argparse/examples/help.js
opal-0.8.1.rc1 stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/examples/help.js
opal-wedge-0.9.0.dev stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/examples/help.js
opal-0.8.0 stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/examples/help.js
opal-0.8.0.rc3 stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/examples/help.js
opal-0.8.0.rc2 stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/examples/help.js
opal-0.8.0.rc1 stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/examples/help.js
opal-0.8.0.beta1 stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/examples/help.js
opal-0.7.2 stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/examples/help.js
entangled-0.0.16 spec/dummy/public/node_modules/bower/node_modules/update-notifier/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/examples/help.js
entangled-0.0.16 spec/dummy/public/node_modules/bower/node_modules/insight/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/examples/help.js
entangled-0.0.16 spec/dummy/public/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/examples/help.js
entangled-0.0.15 spec/dummy/public/node_modules/bower/node_modules/update-notifier/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/examples/help.js
entangled-0.0.15 spec/dummy/public/node_modules/bower/node_modules/insight/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/examples/help.js
entangled-0.0.15 spec/dummy/public/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/examples/help.js