Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit dbf4370

Browse files
author
Nikhil Bhoski
committed
Updated help doc for custom Command.
1 parent b66a25d commit dbf4370

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/resources/com/mathworks/ci/RunMatlabCommandBuilder/help-matlabCommand.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
<b>Run commands:</b> results = runtests(‘IncludingSubfolders’,true); assert(all(~[results.Failed]))<br>
55
<b>Run a script:</b> runMyScript<br>
66
<br>&nbsp;</br>
7-
<b>Recommendation:</b>If you require a number of MATLAB commands to execute your build, consider writing a MATLAB script and executing the script file instead.<br>
7+
<b>Recommendation:</b><ul><li>If you require a number of MATLAB commands to execute your build, consider writing a MATLAB script and executing the script file instead.<br>
8+
</li>
9+
<li>Input text box supports commands only in ASCII formt. For locale specific commands, Write a MATLAB script using the supported chracater encoding and execute the script file.</li>
10+
</ul>
811
<b>Note:</b> The build will fail if the execution of any MATLAB command causes an error.
912
<br>
1013
</div>

0 commit comments

Comments
 (0)