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