mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e0a4508f22
commit
0918cb7371
@ -129,6 +129,7 @@ var CLIActions = actions.Actions({
|
|||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
// XXX revise architecture....
|
||||||
// XXX move this to the argv parser used in object.js
|
// XXX move this to the argv parser used in object.js
|
||||||
var CLI =
|
var CLI =
|
||||||
module.CLI = core.ImageGridFeatures.Feature({
|
module.CLI = core.ImageGridFeatures.Feature({
|
||||||
@ -148,10 +149,6 @@ module.CLI = core.ImageGridFeatures.Feature({
|
|||||||
actions: CLIActions,
|
actions: CLIActions,
|
||||||
|
|
||||||
handlers: [
|
handlers: [
|
||||||
// XXX sort out different run/stop/exit paths -- make this more
|
|
||||||
// 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???
|
// XXX should some of the flag handlers be actions???
|
||||||
['ready',
|
['ready',
|
||||||
function(){
|
function(){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user