-
Notifications
You must be signed in to change notification settings - Fork 66
Startup parameters
Peter edited this page Apr 10, 2016
·
2 revisions
There are several commandline paramters you can use. For example to open CATS with a specific project, use:
nwjs cats-x.y.z.nw --project </path/projectDirectory>
Please note that you have to specify the full path to the project directory you want to open.
To open CATS with the same project as last time you opened it, you can use the --restore option:
nwjs cats-x.y.z.nw --restore
If you are developing some new features for CATS, the debug option can be of interest to you:
nwjs cats-x.y.z.nw --debug