Skip to content

Commit 220db32

Browse files
committed
fix: --scenario is missing from help
1 parent a15439e commit 220db32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/help.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ export function cliHelp() {
1111
{green --quiet}, {green -q} Quiet: do not print version or status messages
1212
{green --expect-text} <string> Expect the given text in the output
1313
{green --fail-text} <string> Fail if the given text is found in the output
14-
{green --serial-log-file} <string> Save the serial monitor output to the given file
14+
{green --scenario} <path> Run the given scenario (yaml) file, path is relative to project root
15+
{green --serial-log-file} <path> Save the serial monitor output to the given file
1516
{green --screenshot-part} <string> Take a screenshot of the given part id (from diagram.json)
1617
{green --screenshot-time} <number> Time in simulation milliseconds to take the screenshot
1718
{green --screenshot-file} <string> File name to save the screenshot to (default: screenshot.png)

0 commit comments

Comments
 (0)