Exemple #1
0
 public static void main(String[] args) {
   Main m = new Main();
   parse(m, ConfigParser.expand(args));
   m.start();
 }