![]() |
SC2API
An API for AI for StarCraft II
|
Public Member Functions | |
| ArgParser (const std::string &executable_name) | |
| ArgParser (const std::string &usage, const std::string &description, const std::string &example="") | |
| void | AddOptions (const std::vector< Arg > &options) |
| bool | Parse (int argc, char *argv[]) |
| bool | Get (const std::string &identifier, std::string &value) |
| void | PrintHelp () |
| void | PrintUsage () |
1.8.11