We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1350d2 commit d10c118Copy full SHA for d10c118
src/main/java/com/qdesrame/openapi/diff/Main.java
@@ -130,6 +130,7 @@ public static void main(String... args) {
130
} catch (ParseException e) {
131
// oops, something went wrong
132
System.err.println("Parsing failed. Reason: " + e.getMessage());
133
+ printHelp(options);
134
System.exit(2);
135
} catch (Exception e) {
136
System.err.println("Unexpected exception. Reason: " + e.getMessage() + "\n" + ExceptionUtils.getStackTrace(e));
0 commit comments