MCPcopy Create free account
hub / github.com/Fedict/dcattools / main

Method main

translater/src/main/java/be/gov/data/translater/Main.java:104–107  ·  view source on GitHub ↗

Main @param args

(String[] args)

Source from the content-addressed store, hash-verified

102 * @param args
103 */
104 public static void main(String[] args) {
105 int exitCode = new CommandLine(new Main()).execute(args);
106 System.exit(exitCode);
107 }
108}

Callers

nothing calls this directly

Calls 1

exitMethod · 0.80

Tested by

no test coverage detected