Skip to content

Commit 5690827

Browse files
committed
Remove the unused LibraryHelp command
1 parent 595c01c commit 5690827

File tree

2 files changed

+1
-58
lines changed

2 files changed

+1
-58
lines changed

modules/swagger-codegen-cli/src/main/java/io/swagger/codegen/SwaggerCodegen.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import io.swagger.codegen.cmd.ConfigHelp;
66
import io.swagger.codegen.cmd.Generate;
77
import io.swagger.codegen.cmd.Langs;
8-
import io.swagger.codegen.cmd.LibraryHelp;
98
import io.swagger.codegen.cmd.Meta;
109

1110
/**
@@ -30,8 +29,7 @@ public static void main(String[] args) {
3029
Meta.class,
3130
Langs.class,
3231
Help.class,
33-
ConfigHelp.class,
34-
LibraryHelp.class
32+
ConfigHelp.class
3533
);
3634

3735
builder.build().parse(args).run();

modules/swagger-codegen-cli/src/main/java/io/swagger/codegen/cmd/LibraryHelp.java

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)