diff --git a/src/main/java/com/sothr/imagetools/AppCLI.java b/src/main/java/com/sothr/imagetools/AppCLI.java index 7c69647..9181027 100644 --- a/src/main/java/com/sothr/imagetools/AppCLI.java +++ b/src/main/java/com/sothr/imagetools/AppCLI.java @@ -26,6 +26,7 @@ class AppCLI { CommandLineParser parser = new BasicParser(); CommandLine cmd = parser.parse(options, args); process(cmd); + System.exit(0); } catch (Exception ex) { logger.error("Unhandled exception in AppCLI",ex); }