From a9ea4857879d41aec2e97bd1aca795ce3697658f Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 26 Jan 2023 02:52:47 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- argv.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/argv.js b/argv.js index 4453cf9..d4e809c 100644 --- a/argv.js +++ b/argv.js @@ -958,6 +958,8 @@ object.Constructor('Parser', { // To make this explicit add an alias to it: // '-help': 'extendedHelp', // + //XXX might be a good idea to add something like .details to spec + // to use both here and in -h... extendedHelp: { doc: 'print base and configurable command help then exit', priority: 90,