forked from loafle/openapi-generator-original
updated cli name
This commit is contained in:
parent
f0dc103736
commit
788c70922d
@ -21,7 +21,7 @@ public class SwaggerCodegen {
|
|||||||
|
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
Cli.CliBuilder<Runnable> builder = Cli.<Runnable>builder("swagger")
|
Cli.CliBuilder<Runnable> builder = Cli.<Runnable>builder("swagger-codegen-cli")
|
||||||
.withDescription("Swagger code generator CLI. More info on swagger.io")
|
.withDescription("Swagger code generator CLI. More info on swagger.io")
|
||||||
.withDefaultCommand(Langs.class)
|
.withDefaultCommand(Langs.class)
|
||||||
.withCommands(
|
.withCommands(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user