diff --git a/argv.js b/argv.js index a62632d..2a06dc8 100644 --- a/argv.js +++ b/argv.js @@ -189,8 +189,8 @@ var afterCallback = function(name, pre, post){ // XXX should a flag have more than one value??? // 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...