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)