From d3740b0b10b8d329c9f83abf3f3834c49f2b7ab7 Mon Sep 17 00:00:00 2001 From: theskywinds Date: Wed, 25 Jun 2025 14:08:41 +0200 Subject: [PATCH] Added a TODO --- src/main.cpp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 0fd0c63..9677a70 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -22,15 +22,16 @@ int main(int argc, char **argv) { ->multi_option_policy (CLI::MultiOptionPolicy::Throw) ->default_val('f'); - auto formatHelp { [] () { - std::cout - << "" - } }; + // auto formatHelp { [] () { + // std::cout + // << "" + // } }; - app.add_flag_callback("-fh, --format-help", , "Help with formats"); + // app.add_flag_callback("-fh, --format-help", , "Help with formats"); CLI11_PARSE(app, argc, argv); + // TODO: Catch the exception it can throw. validateTimeFormatSelection(timeFormat); std::time_t result = std::time(nullptr);