| `--size _width_ _height_` | Set size of the main application window. |
| `--replaceCase [_caseId_] _newGridFile_` | Replace grid in _caseId_ or first case with _newgridFile_. |
| `--replaceSourceCases [_caseGroupId_] _gridListFile_` | Replace source cases in _caseGroupId_ or first grid case group with the grid files listed in the _gridListFile_ file. |
| `--multiCaseSnapshots _gridListFile_` | For each grid file listed in the *gridListFile* file, replace the first case in the project and save snapshot of all views. |
| `--regressiontest _folder_` | Run a regression test on all sub-folders starting with `TestCase*` of the given folder. **RegressionTest.rip** files in the sub-folders will be opened and snapshots of all the views is written to the sub-sub-folder **RegTestGeneratedImages**. Then difference images is generated in the sub-sub-folder **RegTestDiffImages** based on the images in sub-sub-folder **RegTestBaseImages**. The results are presented in **ResInsightRegressionTestReport.html** that is written in the given folder. |
| `--updateregressiontestbase _folder_` | For all sub-folders starting with `TestCase*`, copy the images in the sub-sub-folder **RegTestGeneratedImages** to the sub-sub-folder **RegTestBaseImages** after deleting **RegTestBaseImages** completely. |