working on defaults, still not happy...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-06-22 16:56:29 +03:00
parent e7bf2a8212
commit f270f24a82

16
argv.js
View File

@ -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 }) * vim:set ts=4 sw=4 : */ return module })