Skip to content

Commit e78355c

Browse files
committed
Update docs
1 parent da89642 commit e78355c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs-src/queuing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Enqueue.Command(() => Console.WriteLine("Hello, world!"))
104104

105105
### With the "exec" Command
106106

107-
The **exec** command allows for external programs to be executed.
107+
The **exec** command allows for external programs to be executed.
108108

109109
```bash
110110
inengine queue:publish --plugin=InEngine.Core --command=exec --args="executable=ls" "args=-lhp"

docs/queuing/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -878,13 +878,13 @@ <h3 id="with-lambda-expressions">With Lambda Expressions<a class="headerlink" hr
878878

879879

880880
<h3 id="with-the-exec-command">With the "exec" Command<a class="headerlink" href="#with-the-exec-command" title="Permanent link">&para;</a></h3>
881-
<p>The <strong>exec</strong> command allows for external programs to be executed.</p>
882-
<div class="codehilite"><pre><span></span>inengine queue:publish --plugin<span class="o">=</span>InEngine.Core --command<span class="o">=</span><span class="nb">exec</span> --args<span class="o">=</span><span class="s2">&quot;command=/usr/bin/python&quot;</span> <span class="s2">&quot;args=--version&quot;</span>
881+
<p>The <strong>exec</strong> command allows for external programs to be executed. </p>
882+
<div class="codehilite"><pre><span></span>inengine queue:publish --plugin<span class="o">=</span>InEngine.Core --command<span class="o">=</span><span class="nb">exec</span> --args<span class="o">=</span><span class="s2">&quot;executable=ls&quot;</span> <span class="s2">&quot;args=-lhp&quot;</span>
883883
</pre></div>
884884

885885

886886
<div class="admonition note">
887-
<p class="admonition-title">Do not include "--" for the command and args parameters.</p>
887+
<p class="admonition-title">Do not include "--" for the executable and args parameters.</p>
888888
<p>This is purely to make parsing easier internally.</p>
889889
</div>
890890
<h3 id="sequentially-in-a-chain">Sequentially In a Chain<a class="headerlink" href="#sequentially-in-a-chain" title="Permanent link">&para;</a></h3>

0 commit comments

Comments
 (0)