From 0aba3dde43decd5586f92758a3d4c3a79f7210ad Mon Sep 17 00:00:00 2001 From: Niclas Thobaben Date: Thu, 8 Jul 2021 18:55:22 +0200 Subject: [PATCH] updated args-parser 1.2.0 -> 1.3.0 --- package.json | 2 +- src/index.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f95e787..b026c33 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/index.js b/src/index.js index 2669fd8..40937f8 100644 --- a/src/index.js +++ b/src/index.js @@ -13,6 +13,7 @@ if(!command) { } logging.init(args.v ? 1 : args.vv ? 2 : 0) +console.debug('Arguments:', args) try { command.run(args)