77 int main(
int argc,
char *argv[]) {
std::vector< std::string > probe_options() const
Get a list of all available options.
std::vector< std::string > probe_suboptions(const std::string &option_tag) const
For a particular option, get the available suboptions.
std::vector< std::string > probe_arguments(const std::string &option_tag, const std::string &suboption_tag) const
Return the arguments that should be bash completed.
void push_back(const Option &new_option)
Append a new option to the engine.
const po::options_description & desc()
Get the program options, filled with the initialized values.
const std::string & tag() const
int main(int argc, char *argv[])
Engine build_casm_engine()