We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d73552 commit 73319cdCopy full SHA for 73319cd
1 file changed
index.html
@@ -476,8 +476,8 @@ <h4>Zero Configuration</h4>
476
" ",
477
"Run 'bin/dispatcher COMMAND --help' for more information on a command.",
478
479
- "$ bin/dispatcher say --words Hello --import tinystruct.examples.example",
480
- "Hello",
+ "$ bin/dispatcher hello --import com.example.HelloApp",
+ "Hello, World!",
481
482
"# bin/dispatcher start --import org.tinystruct.system.HttpServer --server-port 777",
483
0 commit comments