Skip to content

Commit 2f7cf17

Browse files
committed
Remove commented lines
1 parent 1c6144b commit 2f7cf17

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

bin/commands/generation.ts

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -82,30 +82,6 @@ export const generation = new Command()
8282
console.error(error);
8383
process.exit(1);
8484
});
85-
86-
// const OpenAPI = require(resolve(__dirname, '../dist/index.js'));
87-
//
88-
// if (OpenAPI) {
89-
// OpenAPI.generate({
90-
// input: params.input,
91-
// output: params.output,
92-
// httpClient: params.client,
93-
// useOptions: params.useOptions,
94-
// useUnionTypes: params.useUnionTypes,
95-
// exportCore: JSON.parse(params.exportCore) === true,
96-
// exportServices: JSON.parse(params.exportServices) === true,
97-
// exportModels: JSON.parse(params.exportModels) === true,
98-
// exportSchemas: JSON.parse(params.exportSchemas) === true,
99-
// request: params.request,
100-
// })
101-
// .then(() => {
102-
// process.exit(0);
103-
// })
104-
// .catch(error => {
105-
// console.error(error);
106-
// process.exit(1);
107-
// });
108-
// }
10985
});
11086

11187

0 commit comments

Comments
 (0)