34 #if !defined(LIBCOYOTL_COMMAND_LINE_H)
35 #define LIBCOYOTL_COMMAND_LINE_H
57 option(
const string & a_name)
58 : m_name(a_name), m_value(
"")
65 command_line(
int argc,
char * argv[],
const set<string> & bool_opts);
68 const vector<option> & get_options()
const
74 const vector<string> & get_inputs()
const
81 vector<option> m_options;
84 vector<string> m_inputs;
87 const std::set<std::string> & m_bool_opts;