diff --git a/argv.js b/argv.js index 4fb98cb..2e4c026 100644 --- a/argv.js +++ b/argv.js @@ -560,6 +560,22 @@ object.Constructor('Parser', { }) +// defaults... +// XXX do we do execution order??? +// ...if these will do process.exit(..) then they need to be last... +Parser.prototype + .then(function(){ + // XXX + }) + .stop(function(){ + // XXX + }) + .error(function(){ + // XXX + }) + + + /********************************************************************** * vim:set ts=4 sw=4 : */ return module })