From c3da322a90ef71f7c17f825c9a74b6dff1eb7ab8 Mon Sep 17 00:00:00 2001 From: Kiril Kovachev Date: Fri, 9 May 2025 14:33:43 +0100 Subject: [PATCH] doc: Add note in to-do list about improving the clap API --- TODO.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 755ef59..25e87eb 100644 --- a/TODO.md +++ b/TODO.md @@ -2,4 +2,5 @@ - 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... -- Refactor so as to allow *either* OAuth2 or password to be filled in, depending on which was entered (with preference for OAuth2). \ No newline at end of file +- Look at clap feature to allow deriving an arg-group from an enum to vastly simplify the structs required for parsing +auth method. \ No newline at end of file