Skip to content

Commit 14ab8b7

Browse files
added fail-on-incompatible option
1 parent 56a0fd5 commit 14ab8b7

File tree

1 file changed

+0
-5
lines changed
  • src/main/java/com/qdesrame/openapi/diff

1 file changed

+0
-5
lines changed

src/main/java/com/qdesrame/openapi/diff/Main.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ public static void main(String... args) {
2828
.longOpt("state")
2929
.desc("Only output diff state: no_changes, incompatible, compatible")
3030
.build());
31-
options.addOption(
32-
Option.builder()
33-
.longOpt("state")
34-
.desc("Only output diff state: no_changes, incompatible, compatible")
35-
.build());
3631
options.addOption(
3732
Option.builder()
3833
.longOpt("fail-on-incompatible")

0 commit comments

Comments
 (0)