updated args-parser 1.2.0 -> 1.3.0
nclazz/api-cli/pipeline/head This commit looks good Details

pull/2/head
Niclas Thobaben 2021-07-08 18:55:22 +02:00
parent f62d234670
commit 0aba3dde43
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@
"author": "Niclas Thobaben",
"license": "MIT",
"dependencies": {
"args-parser": "1.2.0",
"args-parser": "1.3.0",
"chai": "^4.3.4",
"mocha": "^9.0.2",
"npm-cli-login": "0.1.1",

View File

@ -13,6 +13,7 @@ if(!command) {
}
logging.init(args.v ? 1 : args.vv ? 2 : 0)
console.debug('Arguments:', args)
try {
command.run(args)