Open alexerhardt opened 1 year ago
Have you tried running
openapi-generator-cli generate \
-g typescript-fetch \
-i ../schema.yaml \
-o ./api \
--global-property apiDocs=false,modelDocs=false
? The difference is that there's no =
between the global-property flag and the values
Description
I am passing
--global-property=apiDocs=true,modelDocs=true
to thetypescript-fetch
generator, and I would expect it to remove docs from the generated models and api functions, but that's not happening.openapi-generator version
7.0.1
OpenAPI declaration file content or url
Command line used for generation
Steps to reproduce
Related issues/PRs
I'm searching high and low, I can't find anything.
Suggest a fix/enhancement
Maybe this is expected behavior. It would be cool to be able to remove docstrings, as the files would be more human-readable. At list by this human.