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