Files
Terts Diepraam 0d7c1b747f remove markdown rendering and make help write to stdout
The markdown rendering is too complicated at the moment
and slows the rest of development down too much. We can
add it back in later.

The generated code for the help string now writes
directly to stdout, instead of building up a String,
this leads to nicer code and is probably faster.
2023-06-04 14:09:07 +02:00

150 B

Helloworld

hello_world [-n NAME] [-c COUNT] [msg]

Hello this is the summary.

After help

This is after the options!

Values

Wow!