MCPcopy Create free account
hub / github.com/TrsstProject/trsst / printAllUsage

Method printAllUsage

src/main/java/com/trsst/Command.java:1033–1039  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1031 }
1032
1033 private void printAllUsage() {
1034 System.err.println(Common.getBuildString());
1035 printPostUsage();
1036 printPullUsage();
1037 printPushUsage();
1038 printPortUsage();
1039 }
1040
1041 private void printPullUsage() {
1042 HelpFormatter formatter = new HelpFormatter();

Callers 1

doBeginMethod · 0.95

Calls 5

getBuildStringMethod · 0.95
printPostUsageMethod · 0.95
printPullUsageMethod · 0.95
printPushUsageMethod · 0.95
printPortUsageMethod · 0.95

Tested by

no test coverage detected