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;