From d691dd8efb8fbd10aaef8747cbb65bcc1f6f4910 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Fri, 31 May 2024 21:16:07 -0300 Subject: [PATCH] Remove invalid TODO (#20) 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>;