static const std::map< std::string, cmd_t > cliCommands
TCLAP::SwitchArg argHelp("h","help","Shows more detailed help for command", cmd)
int main(int argc, char **argv)
TCLAP::ValueArg< std::string > argVerbosity("v","verbose","Verbosity level", false,"INFO","ERROR|WARN|INFO|DEBUG", cmd)
TCLAP::UnlabeledMultiArg< std::string > argCmd("command","Command to run. Run 'mvsim help' to list commands.", false,"", cmd)
TCLAP::CmdLine cmd("mvsim", ' ',"version", false)
TCLAP::SwitchArg argDetails("","details","Shows details in the specified subcommand", cmd)