mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +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...
|
||||
// ...i.e. how do we run stuff (electron/nw/repl), interact
|
||||
// with it (peer???) and wait/stop when done...
|
||||
// XXX should some of the flag handlers be actions???
|
||||
['ready',
|
||||
function(){
|
||||
var that = this
|
||||
@ -439,11 +440,6 @@ module.CLI = core.ImageGridFeatures.Feature({
|
||||
!keep_running
|
||||
&& this.afterAction(function(){ process.exit() })
|
||||
}],
|
||||
/*
|
||||
['stop',
|
||||
function(){
|
||||
console.log('STOP') }],
|
||||
//*/
|
||||
],
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user