Commit Graph

3 Commits

Author SHA1 Message Date
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
Terts Diepraam 830f391359 add option for text below options 2022-12-18 19:14:21 +01:00
Terts Diepraam fc89ea3284 start reading help file file 2022-12-18 16:28:44 +01:00