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>;