]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.db/src/org/simantics/scl/db/SCLScriptRunnerApplication.java
Process disableIndex and databaseId arguments in SCLScriptRunner
[simantics/platform.git] / bundles / org.simantics.scl.db / src / org / simantics / scl / db / SCLScriptRunnerApplication.java
index acfce7de990adc16a50aa66384b99d608263051e..5e53808a2b30f039b49d19282c0ad0f1531b5dfa 100644 (file)
@@ -60,6 +60,8 @@ public class SCLScriptRunnerApplication implements IApplication {
                                SimanticsArguments.ONTOLOGY_RECOVERY_POLICY_REINSTALL,
                                SimanticsArguments.SERVER,
                                SimanticsArguments.LOCAL_SERVER_PORT,
+                               SimanticsArguments.DISABLE_INDEX,
+                               SimanticsArguments.DATABASE_ID,
                };
                IArguments result = Arguments.parse(args, accepted);
                return result;