Skip to content

Commit

Permalink
Remove invalid TODO (#20)
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
  • Loading branch information
jviotti authored Jun 1, 2024
1 parent f81a144 commit d691dd8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<const std::string> &arguments,
const std::set<std::string> &flags)
-> std::map<std::string, std::vector<std::string>>;
Expand Down

0 comments on commit d691dd8

Please sign in to comment.