We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4fbc03 commit 567a732Copy full SHA for 567a732
1 file changed
src/cli.ts
@@ -14,13 +14,6 @@ export const run = (args: string[]) => {
14
return;
15
}
16
17
- if (!argv.config) {
18
- build(
19
- argv.input ? { openapi: { inputFile: argv.input, outputDir: argv.outputDir } } : undefined
20
- );
21
- return;
22
- }
23
-
24
const configs: ConfigFile[] = getConfigs(argv.config);
25
26
if (configs.length > 1) {
0 commit comments