Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
230
static int printUsage(const char* argv[]) {
231
printf(
"Usage: %s [--strict] input-json-file"
, argv[0]);
232
return 3;
233
}
234
235
static int parseCommandLine(
236
int argc, const char* argv[], Options* opts)
Callers
2
parseCommandLine
Function · 0.70
runCommandLine
Method · 0.50
Calls
no outgoing calls
Tested by
1
runCommandLine
Method · 0.40