From facd66f94f98f8c246871692c1fec719876a042a Mon Sep 17 00:00:00 2001 From: John Gee Date: Sat, 20 Jul 2019 21:38:16 +1200 Subject: [PATCH] Add debugging note with issue for mixed action/executable --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 1debe9a27..790f525f6 100644 --- a/index.js +++ b/index.js @@ -459,6 +459,7 @@ Command.prototype.parse = function(argv) { var result = this.parseArgs(this.args, parsed.unknown); // executable sub-commands + // (Debugging note for future: args[0] is not right if an action has been called) var name = result.args[0]; var subCommand = null;