Command line switches - xiechao00/node-webkit GitHub Wiki
Useful switches for node-webkit
:
--url="website-url"
Directly open "website-url".
--no-toolbar
Force disabling toolbar.
--data-path
Override the default data path (where cookies and localStorage etc. resides)
Content API of Chromium
And more: all the switches supported byAll the command line arguments can be predefined in the application's manifest file. See chromium-args
in Manifest-format