Skip to content

Commit 56fac01

Browse files
committed
Update docs
1 parent e56f121 commit 56fac01

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs-src/queuing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Enqueue.Command(() => Console.WriteLine("Hello, world!"))
107107
The **exec** command allows for external programs to be executed.
108108

109109
```bash
110-
inengine queue:publish --plugin=InEngine.Core --command=exe --args="command=/usr/bin/python" "args=--version"
110+
inengine queue:publish --plugin=InEngine.Core --command=exec --args="command=/usr/bin/python" "args=--version"
111111
```
112112

113113
!!! note "Do not include "--" for the command and args parameters."

docs/queuing/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ <h3 id="with-lambda-expressions">With Lambda Expressions<a class="headerlink" hr
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>
881881
<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>exe --args<span class="o">=</span><span class="s2">&quot;command=/usr/bin/python&quot;</span> <span class="s2">&quot;args=--version&quot;</span>
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>
883883
</pre></div>
884884

885885

0 commit comments

Comments
 (0)