cyclosproject / ng-openapi-gen

An OpenAPI 3.0 codegen for Angular
MIT License
397 stars 132 forks source link

feature: adds "silent" option to reduce console output #237

Closed mojoaxel closed 1 year ago

mojoaxel commented 2 years ago

This adds an option "silent". If it is set to true not console messages (info, log, debug) are shown. This is very useful if you call the generator from within another script.