Updating Settings via the Cmdline
If you are a power user, it is likely that you will want to use different settings depending on what type of files you are sorting. In that case, it would be not be in your best interest to constantly change out settings between sorts.
For these cases, you have two options to dynamically assign settings via the commandline.
Use the -SettingsPath parameter
You are able to create alternative settings file using the default file.
The -SettingsPath
parameter allows you to assign that alternate settings file via the commandline. By default, Javinizer uses the default jvSettings.json
file located within your module root folder.
Use the -Set parameter
The -Set
parameter allows you to assign individual settings via the commandline. It accepts a hashtable of valid settings which will override the defaults provided by the settings file.
Last updated