Skip to content

Commit

Permalink
OPM#1735 Add list of all available commands at top of documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornarg committed Aug 4, 2017
1 parent a858ec8 commit 36b41ee
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/CommandFile.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,32 @@ The command file interface allows a sequence of specified commands to be run in
The interface is used by supplying the command file as a [command line paramter]({{site.baseurl}}/docs/commandlineparameters).
Once the command file is finished executing, ResInsight will exit.

**Case Control Commands**

* [openProject](#openproject)
* [closeProject](#closeproject)
* [setStartDir](#setstartdir)
* [loadCase](#loadcase)
* [replaceCase](#replacecase)
* [replaceSourceCases](#replacesourcecases)

**Export Commands**

* [exportMultiCaseSnapshots](#exportmulticasesnapshots)
* [exportSnapshots](#exportsnapshots)
* [exportProperty](#exportproperty)
* [exportWellPathCompletions](#exportwellpathcompletions)
* [exportMsw](#exportmsw)
* [setExportFolder](#setexportfolder)

**Other Commands**

* [runOctaveScript](#runoctavescript)
* [setMainWindowSize](#setmainwindowsize)
* [computeCaseGroupStatistics](#computecasegroupstatistics)
* [setTimeStep](#settimestep)


Syntax
======

Expand Down

0 comments on commit 36b41ee

Please sign in to comment.