示例#1
0
 private static Arguments getArgs(final String[] args) throws Exception {
   try {
     return CLI.getArguments(args);
   } catch (final Exception e) {
     throw new Exception("Encountered an error when parsing arguments", e);
   }
 }