From 5d45c9827f6a31d267317bfc3a1f4c1109d15c41 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 6 Jul 2020 05:04:34 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- argv.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/argv.js b/argv.js index 96074b0..f407eff 100644 --- a/argv.js +++ b/argv.js @@ -157,8 +157,8 @@ 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 should the undefined flags/comands be handled by '-*' and '@*' handlers? +// ...we would need a way to quote '*' to use it as an arg explicitly... // XXX add -about flag??? // XXX we should be able to set .scriptName by hand... // XXX might be a good idea to read metadata from package.json