@@ -180,19 +180,19 @@ <h2 id="run-a-command">Run a Command</h2>
180180
181181< h2 id ="discover-commands-plugins "> Discover Commands Plugins</ h2 >
182182< p > Run InEngineCli.exe without any arguments to see a list of arguments.</ p >
183- < pre > < code > Available plugins...
183+ < pre > < code class =" text " > Available plugins...
184184InEngine.Commands
185185InEngine.Core
186186</ code > </ pre >
187187
188188< h2 id ="discover-commands-in-a-plugin "> Discover Commands in a Plugin</ h2 >
189189< p > Run InEngineCli.exe with only the plugin specified.</ p >
190- < pre > < code > InEngineCli.exe -pInEngine.Core
190+ < pre > < code class =" bash " > InEngineCli.exe -pInEngine.Core
191191</ code > </ pre >
192192
193193< p > The < strong > InEngine.Core</ strong > library is itself a plugin that contains queue related commands.
194194This is the help output for the core plugin.</ p >
195- < pre > < code > InEngine 3.1.0
195+ < pre > < code class =" text " > InEngine 3.1.0
196196Copyright © Ethan Hann 2017
197197
198198 queue:publish Publish a command message to a queue.
@@ -207,11 +207,11 @@ <h2 id="discover-commands-in-a-plugin">Discover Commands in a Plugin</h2>
207207
208208< h2 id ="print-help-text-for-a-plugins-commands "> Print Help Text for a Plugin's Commands</ h2 >
209209< p > Run the command with the -h or --help arguments.</ p >
210- < pre > < code > InEngineCli.exe -pInEngine.Core queue:clear -h
210+ < pre > < code class =" bash " > InEngineCli.exe -pInEngine.Core queue:clear -h
211211</ code > </ pre >
212212
213213< p > The < strong > InEngine.Core</ strong > plugin's command to clear the InEngine.NET's queues produces this help message. </ p >
214- < pre > < code > InEngine 3.1.0
214+ < pre > < code class =" text " > InEngine 3.1.0
215215Copyright © Ethan Hann 2017
216216
217217 --processing-queue Clear the processing queue.
0 commit comments