MCPcopy Create free account
hub / github.com/cppla/ServerStatus / argparse_option

Class argparse_option

server/src/main.cpp:1084–1084  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1082 const char *pBindAddr = 0;
1083
1084 struct argparse_option aOptions[] = {
1085 OPT_HELP(),
1086 OPT_BOOLEAN('v', "verbose", &Config.m_Verbose, "Verbose output", 0),
1087 OPT_STRING('c', "config", &pConfigFile, "Config file to use", 0),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected