From 36b41eef0935eb5ee7641a546cad8c89f2666083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rnar=20Grip=20Fj=C3=A6r?= Date: Fri, 4 Aug 2017 14:24:44 +0200 Subject: [PATCH] #1735 Add list of all available commands at top of documentation --- docs/CommandFile.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/CommandFile.md b/docs/CommandFile.md index 42a1bdee52..87bb10e94a 100644 --- a/docs/CommandFile.md +++ b/docs/CommandFile.md @@ -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 ======