Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ printHelp
Method
printHelp
src/main/java/pascal/taie/config/Options.java:89–93 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
87
}
88
89
public
void
printHelp() {
90
CommandLine cmd =
new
CommandLine(this);
91
cmd.setUsageHelpLongOptionsMaxWidth(30);
92
cmd.usage(System.out);
93
}
94
95
// ---------- program options ----------
96
@JsonProperty
Callers
2
testHelp
Method · 0.95
processArgs
Method · 0.95
Calls
no outgoing calls
Tested by
1
testHelp
Method · 0.76