}
return result;
}
public static int run(String[] argv) {
ExmlcCommandLineParser parser = new ExmlcCommandLineParser();
ExmlConfiguration exmlConfiguration;
try {
exmlConfiguration = parser.parse(argv);
} catch (CommandLineParseException e) {
System.err.println(e.getMessage()); // NOSONAR this is a commandline tool
return e.getExitCode();
}