File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -82,30 +82,6 @@ export const generation = new Command()
82
82
console . error ( error ) ;
83
83
process . exit ( 1 ) ;
84
84
} ) ;
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
- // }
109
85
} ) ;
110
86
111
87
You can’t perform that action at this time.
0 commit comments