We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a2f9c commit 9802334Copy full SHA for 9802334
src/help.ts
@@ -22,6 +22,11 @@ export function cliHelp() {
22
{green --timeout} <number> Timeout in simulation milliseconds (default: 30000)
23
{green --timeout-exit-code} <number> Process exit code when timeout is reached (default: 42)
24
25
+ {bold PROJECT CONFIGURATION}
26
+
27
+ To configure your project for Wokwi, run the "wokwi-cli init" command in the project directory.
28
+ This will ask you a few questions and create both wokwi.toml and diagram.json files.
29
30
{bold EXAMPLES}
31
32
Run the simulation for 5 seconds, and expect "Hello World" in the output (assuming wokwi.toml in the current directory):
0 commit comments