4 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 2565a99011 refactor value parsing 2023-02-14 00:51:27 +01:00
Terts Diepraam d9ca915139 document more of the public API 2023-02-13 18:09:34 +01:00
Terts Diepraam 77e0bcda48 add simple error messages (with a lot of room for improvement) 2022-12-31 13:55:58 +01:00