From fd1baed480e13e7f8f35d8bf4ca38dca067c3c22 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 5 Jul 2020 17:39:59 +0300 Subject: [PATCH] cleanup... Signed-off-by: Alex A. Naanou --- argv.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/argv.js b/argv.js index 11d2650..9d40dd5 100644 --- a/argv.js +++ b/argv.js @@ -157,13 +157,13 @@ var afterCallback = function(name){ // NOTE: essentially this parser is a very basic stack language... // XXX can we implement the whole thing directly as a stack language??? // +// +// +// +// // XXX might be a good idea to read metadata from package.json // XXX unify handler.arg and handler.key... // ...syntax: "" | "|" -// XXX might also be a good idea to return clone rather than this... i.e. -// treat the parser object as a result factory... -// ...this would resolve any issues with misxing parse state with -// grammer... etc. // XXX handle option types??? // XXX --help should work for any command and not just for the nested // parser commands... (???)