Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-01-02 19:41:11 +03:00
parent 5f2d7d2188
commit d7eebd9719

View File

@ -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'){