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 56a0fd5 commit 14ab8b7Copy full SHA for 14ab8b7
src/main/java/com/qdesrame/openapi/diff/Main.java
@@ -28,11 +28,6 @@ public static void main(String... args) {
28
.longOpt("state")
29
.desc("Only output diff state: no_changes, incompatible, compatible")
30
.build());
31
- options.addOption(
32
- Option.builder()
33
- .longOpt("state")
34
- .desc("Only output diff state: no_changes, incompatible, compatible")
35
- .build());
36
options.addOption(
37
Option.builder()
38
.longOpt("fail-on-incompatible")
0 commit comments