From f44ed02a462ccc274a30d064914f0597bb4dd4e9 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 1 Jul 2020 17:39:11 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- argv.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/argv.js b/argv.js index f8e022b..f7ae50d 100644 --- a/argv.js +++ b/argv.js @@ -356,6 +356,10 @@ object.Constructor('Parser', { /*/ XXX do we actually need this??? // doing this is trivial, need to give a practical example... + // XXX to stop processing we need to empty rest... + // ...need to workout a mechanic for this and then passing rest + // to .then(..)... + // ...one way to do this is returning a module.BREAK (rename???)... // XXX would be nice to be able to take the rest of the options and // pass them to .then(..)... '-': {