From 99e78ff65b0fd87a66897f4f62709b49c3e010a3 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 19 Jan 2019 18:20:06 +0300 Subject: [PATCH] cleanup and notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/cli.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ui (gen4)/features/cli.js b/ui (gen4)/features/cli.js index 75a45b42..49bfcc32 100755 --- a/ui (gen4)/features/cli.js +++ b/ui (gen4)/features/cli.js @@ -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') }], - //*/ ], })