|
@ -26,6 +26,7 @@ class AppCLI { |
|
|
CommandLineParser parser = new BasicParser(); |
|
|
CommandLineParser parser = new BasicParser(); |
|
|
CommandLine cmd = parser.parse(options, args); |
|
|
CommandLine cmd = parser.parse(options, args); |
|
|
process(cmd); |
|
|
process(cmd); |
|
|
|
|
|
System.exit(0); |
|
|
} catch (Exception ex) { |
|
|
} catch (Exception ex) { |
|
|
logger.error("Unhandled exception in AppCLI",ex); |
|
|
logger.error("Unhandled exception in AppCLI",ex); |
|
|
} |
|
|
} |
|
|