From 74fd9b8a25c33b1a61272af2565eb778e51d7ab3 Mon Sep 17 00:00:00 2001 From: killua Date: Tue, 7 Oct 2025 02:09:22 +0400 Subject: [PATCH] docs: update TODO.md about fixing the display help command. --- TODO.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 547a305..13843d0 100644 --- a/TODO.md +++ b/TODO.md @@ -1,4 +1,4 @@ -# TODO 1: After Parse callback +# TODO 1: After Parse callback [COMPLETED] Currently interdependent arguments are a problem. In the current version we are handling them as closures. We create two stateful actions who are taking the state from the close over of the lambda. This is a little hacky/ugly. To fix this we could have a callback/on_parse_done event. An example usage could be; @@ -36,3 +36,5 @@ Right now whole project is header only. Header only so far is fine but to avoid # TODO 4: Configure CMAKE Configure CMAKE to ensure the library can be built as a library and can be installed via CMAKE. This should make adoptation of this to existing projects easier with less headache. +# TODO 5: Display help +Display help doesn't reflect the conventions right now. Also it should come automatically, and should be allowed to overriden by user. \ No newline at end of file