cleanup and notes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-01-19 18:20:06 +03:00
parent 5c8c25188c
commit 99e78ff65b

View File

@ -220,6 +220,7 @@ module.CLI = core.ImageGridFeatures.Feature({
// systematic... // systematic...
// ...i.e. how do we run stuff (electron/nw/repl), interact // ...i.e. how do we run stuff (electron/nw/repl), interact
// with it (peer???) and wait/stop when done... // with it (peer???) and wait/stop when done...
// XXX should some of the flag handlers be actions???
['ready', ['ready',
function(){ function(){
var that = this var that = this
@ -439,11 +440,6 @@ module.CLI = core.ImageGridFeatures.Feature({
!keep_running !keep_running
&& this.afterAction(function(){ process.exit() }) && this.afterAction(function(){ process.exit() })
}], }],
/*
['stop',
function(){
console.log('STOP') }],
//*/
], ],
}) })