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

Method printPushUsage

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

Source from the content-addressed store, hash-verified

1045 }
1046
1047 private void printPushUsage() {
1048 HelpFormatter formatter = new HelpFormatter();
1049 formatter.setSyntaxPrefix("");
1050 formatter.printHelp("push <url> <id>...", pullOptions);
1051 }
1052
1053 private void printPortUsage() {
1054 HelpFormatter formatter = new HelpFormatter();

Callers 2

doPushMethod · 0.95
printAllUsageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected