All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.argparse.lib.const.js Maven / Gradle / Ivy

There is a newer version: 3.3.1
Show newest version
//
// 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';




© 2015 - 2025 Weber Informatics LLC | Privacy Policy