diff --git a/ui (gen4)/features/cli.js b/ui (gen4)/features/cli.js index 72cee230..accce6e5 100755 --- a/ui (gen4)/features/cli.js +++ b/ui (gen4)/features/cli.js @@ -52,7 +52,9 @@ module.CLI = core.ImageGridFeatures.Feature({ if(this.runtime == 'nw'){ var argv = requirejs('nw.gui').App.argv - // XXX + // XXX appears to have a stray '--help' lodged in + // all the time... + // ...need to test this with a packed exec... console.log('>>>>', argv) } else if(this.runtime == 'node'){