commander-remaining-args
Version:
Get the remaining unknown arguments after parsing the CLI with commander.js
38 lines (37 loc) • 900 B
JSON
{
"name": "commander-remaining-args",
"version": "1.2.0",
"description": "Get the remaining unknown arguments after parsing the CLI with commander.js",
"main": "src/index.js",
"scripts": {
"test": "semistandard && node test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/axelchalon/commander-remaining-args.git"
},
"keywords": [
"commander.js",
"commander",
"remaining",
"unknown",
"arguments",
"args",
"options",
"pass"
],
"author": "Axel Chalon <xaxel@pm.me>",
"contributors": [
"Amaury Martiny",
"Jonathan R Wickens"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/axelchalon/commander-remaining-args/issues"
},
"homepage": "https://github.com/axelchalon/commander-remaining-args#readme",
"devDependencies": {
"semistandard": "^12.0.1",
"tape": "^4.9.1"
}
}