From fde714027aebd70de915a7dd2e04285d9d492dfc Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 15 Jul 2020 03:57:46 +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 71f632c..07edc9d 100644 --- a/argv.js +++ b/argv.js @@ -181,8 +181,8 @@ var afterCallback = function(name, pre, post){ // // XXX can we add more prefixes, like '+' and the like??? // ...add prefix handlers??? -// XXX should -help should work for any command? -// ...now only works for nested parsers... +// XXX should -help should work for any command? ..not just nested parsers? +// ...should we indicate which thinks have more "-help"?? // XXX might be a good idea to read metadata from package.json // XXX should we handle - script calls??? // XXX might be a good idea to use exceptions for ERROR...