OpenEnroth 73e68f7
|
#include <CliApp.h>
Public Member Functions | |
template<class SubcommandEnum > | |
CliApp * | add_subcommand (std::string name, std::string description, SubcommandEnum &target, SubcommandEnum targetValue) |
void | parse (int argc, const char *const *argv, bool &helpPrinted) |
Private Types | |
using | base_type = CLI::App |
A thin wrapper around CLI:App
that simplifies the code for our use cases.
|
private |
|
inline |
void CliApp::parse | ( | int | argc, |
const char *const * | argv, | ||
bool & | helpPrinted | ||
) |