Sha256: 719d122368d1ead2b1027e54bae88920f2334b552ebc72054698630a87e24c0a

Contents?: true

Size: 340 Bytes

Versions: 105

Compression:

Stored size: 340 Bytes

Contents

//
// Constants
//

'use strict';

module.exports.EOL = '\n';

module.exports.SUPPRESS = '==SUPPRESS==';

module.exports.OPTIONAL = '?';

module.exports.ZERO_OR_MORE = '*';

module.exports.ONE_OR_MORE = '+';

module.exports.PARSER = 'A...';

module.exports.REMAINDER = '...';

module.exports._UNRECOGNIZED_ARGS_ATTR = '_unrecognized_args';

Version data entries

105 entries across 104 versions & 18 rubygems

Version Path
guard-sass-lint-0.1.2 node_modules/argparse/lib/const.js
guard-sass-lint-0.1.1 node_modules/argparse/lib/const.js
lanes-0.8.0 node_modules/argparse/lib/const.js
xcodebuild-helper-1.2.5 externals/ios-sim-master/node_modules/argparse/lib/const.js
xcodebuild-helper-1.2.3 externals/ios-sim-master/node_modules/argparse/lib/const.js