Skip to content

Command line switches

rogerwang edited this page Feb 20, 2013 · 7 revisions

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)

And more: all the switches supported by Content API of Chromium

All the command line arguments can be predefined in the application's manifest file. See chromium-args in Manifest-format

Clone this wiki locally