MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / addPositionalArgument

Method addPositionalArgument

framework/configfile.cpp:448–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446}
447
448void ConfigFile::addPositionalArgument(const UString name, const UString description)
449{
450 this->pimpl->addPositionalArgument(name, description);
451}
452
453bool ConfigFile::parseOptions(int argc, const char *const argv[])
454{

Callers 3

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 1

mainFunction · 0.36