From ea4d6f688977f35aaff61ee6b9b6954d6b512c26 Mon Sep 17 00:00:00 2001 From: Kiril Kovachev Date: Fri, 9 May 2025 19:39:33 +0100 Subject: [PATCH] doc: finish reporting the ReadableConfig error --- TODO.md | 1 - 1 file changed, 1 deletion(-) diff --git a/TODO.md b/TODO.md index 25e87eb..6d64bac 100644 --- a/TODO.md +++ b/TODO.md @@ -1,5 +1,4 @@ # To-do -- Report that "ReadableConfig" error, which was super unhelpful and very annoying when you don't know why it's bugging. - Find a better notation for the error-handling in read_config_template() – although the custom error message is desirable, it's very bad to have to implement it using such a ridiculously long line... - Look at clap feature to allow deriving an arg-group from an enum to vastly simplify the structs required for parsing