We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
App API requires node-webkit >= v0.3.1
// Load native UI library var gui = require('nw.gui'); // Print arguments console.log(gui.App.argv); // Quit current app gui.App.quit();
Get the command line arguments when starting the app.
Quit current app.