MCPcopy Create free account
hub / github.com/SOUI2/soui / printUsage

Function printUsage

third-part/jsoncpp/src/jsontestrunner/main.cpp:230–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230static int printUsage(const char* argv[]) {
231 printf("Usage: %s [--strict] input-json-file", argv[0]);
232 return 3;
233}
234
235static int parseCommandLine(
236 int argc, const char* argv[], Options* opts)

Callers 2

parseCommandLineFunction · 0.70
runCommandLineMethod · 0.50

Calls

no outgoing calls

Tested by 1

runCommandLineMethod · 0.40