Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kneissler-breuninger-de committed Jan 9, 2024
2 parents 9bcb02b + 96dd501 commit df81473
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/autocreated/CorePlugin.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h2>Commands</h2>
<tr><th>Command</th><th>Description</th></tr>
<tr><td><a href="LogCommand.html">LogCommand</a></td><td>Log a text</td></tr>
<tr><td><a href="WarnCommand.html">WarnCommand</a></td><td>Log a text as warning</td></tr>
<tr><td><a href="ErrorCommand.html">ErrorCommand</a></td><td>Log a text as error</td></tr>
<tr><td><a href="ErrorCommand.html">ErrorCommand</a></td><td>Log a an error and exit the application with error code</td></tr>
<tr><td><a href="GitCloneCommand.html">GitCloneCommand</a></td><td> Simple git cloning command.
</td></tr>
<tr><td><a href="PluginCompileCommand.html">PluginCompileCommand</a></td><td> This command compiles the source files of a plugin. The java sources are supposed to reside in a
Expand Down
4 changes: 2 additions & 2 deletions doc/autocreated/ErrorCommand.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@

<h1 id="myheader">ErrorCommand</h1>
<h2>Purpose</h2>
Log a text as error
Log a an error and exit the application with error code
<h2>Variants</h2>
<table id="mytable1">
<tr><th>Usage</th><th>Description</th></tr>
<tr><td>ERROR *</td><td>Log a text as error</td></tr>
<tr><td>ERROR *</td><td>Log a text as error and exit application</td></tr>
</table>

<h2>Arguments</h2>
Expand Down
2 changes: 1 addition & 1 deletion doc/autocreated/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h2>Commands</h2>
<tr><td><a href="DebugCommand.html">DebugCommand</a></td><td>Print information for the purpose of debugging</td></tr>
<tr><td><a href="DokumentationCommand.html">DokumentationCommand</a></td><td>Create a set of html file for documentation.</td></tr>
<tr><td><a href="EncryptCommand.html">EncryptCommand</a></td><td>encrypt a secret value</td></tr>
<tr><td><a href="ErrorCommand.html">ErrorCommand</a></td><td>Log a text as error</td></tr>
<tr><td><a href="ErrorCommand.html">ErrorCommand</a></td><td>Log a an error and exit the application with error code</td></tr>
<tr><td><a href="EvaluateCommand.html">EvaluateCommand</a></td><td>Evaluate some numeric or string expression</td></tr>
<tr><td><a href="ExecuteCommand.html">ExecuteCommand</a></td><td>Execute a script with a cloned set of variables (variable changes are not visible after return)</td></tr>
<tr><td><a href="ExecuteSharingVariablesCommand.html">ExecuteSharingVariablesCommand</a></td><td>Execute a script sharing the variables (variable changes become visible after return)</td></tr>
Expand Down

0 comments on commit df81473

Please sign in to comment.