Closed Kiina closed 1 month ago
It should be handled in the entry point: https://github.com/acacode/swagger-typescript-api/blob/main/src/index.ts
Adding it in the entrypoint didn't silence it when running:
tsx index.ts generate-templates --silent -p ./tests/fixtures/schemas/v3.0/petstore.yaml -o ./src -n myApi.ts
to test it, only when running:
tsx src/index.ts generate --silent -p ./tests/fixtures/schemas/v3.0/petstore.yaml -o ./src -n myApi.ts
So I added it there. But I can move it
Issue introduced by #903
Fixes #942