mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 10:58:55 +00:00
removed comments
This commit is contained in:
parent
f3ac9a579f
commit
f2c64a0fbb
@ -2,9 +2,10 @@ package com.wordnik.swagger.codegen;
|
||||
|
||||
import com.wordnik.swagger.codegen.languages.*;
|
||||
import com.wordnik.swagger.models.Swagger;
|
||||
import io.swagger.parser.SwaggerParser;
|
||||
import com.wordnik.swagger.util.*;
|
||||
|
||||
import io.swagger.parser.SwaggerParser;
|
||||
|
||||
import org.apache.commons.cli.*;
|
||||
|
||||
import java.io.File;
|
||||
@ -53,7 +54,6 @@ public class Codegen extends DefaultGenerator {
|
||||
}
|
||||
}
|
||||
else {
|
||||
// cmd = parser.parse(options, args);
|
||||
options.addOption("h", "help", true, "config.getHelp()");
|
||||
}
|
||||
usage(options);
|
||||
|
Loading…
Reference in New Issue
Block a user