MCPcopy Create free account
hub / github.com/demoth/jake2 / main

Method main

maptools/src/main/java/jake2/maptools/Jbsp.java:9–21  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

7 private static final Logger logger = LoggerFactory.getLogger("JBSP");
8
9 public static void main(String[] args) {
10 if (args.length < 2) {
11 logger.info("usage: [info] args");
12 return;
13 }
14 switch (args[0]) {
15 case "info":
16 JbspInfo.info(args);
17 break;
18 default:
19 logger.info("usage: [info] args");
20 }
21 }
22}

Callers

nothing calls this directly

Calls 1

infoMethod · 0.95

Tested by

no test coverage detected