#ifndef CMD_LINE_ARGS_H #define CMD_LINE_ARGS_H #include struct parsed_opts { std::string config_file; }; parsed_opts parse_opts(int argc, char** argv); #endif // CMD_LINE_ARGS_H