We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f844024 commit 191d614Copy full SHA for 191d614
bin/index.js
@@ -41,7 +41,7 @@ if (OpenAPI) {
41
exportServices: JSON.parse(params.exportServices) === true,
42
exportModels: JSON.parse(params.exportModels) === true,
43
exportSchemas: JSON.parse(params.exportSchemas) === true,
44
- exportIndex: params.exportIndex,
+ exportIndex: params.exportIndex ? JSON.parse(params.exportIndex) : undefined,
45
indent: params.indent,
46
postfix: params.postfix,
47
request: params.request,
0 commit comments