mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
cleanup and notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
5c8c25188c
commit
99e78ff65b
@ -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') }],
|
|
||||||
//*/
|
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user