| 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), |
nothing calls this directly
no outgoing calls
no test coverage detected