From b3025bf32cf26c0cfe66bbfdb85b43df3851e273 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Fri, 31 May 2024 13:51:57 -0300 Subject: [PATCH] Remove invalid TODO Signed-off-by: Juan Cruz Viotti --- src/utils.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/utils.h b/src/utils.h index 91430d11..63a3259f 100644 --- a/src/utils.h +++ b/src/utils.h @@ -22,9 +22,6 @@ namespace intelligence::jsonschema::cli { -// TODO: Tweak this function to take: -// - The options that take values -// - The options that are aliases to other options auto parse_options(const std::span &arguments, const std::set &flags) -> std::map>;