maxdome / swagger-combine

Combines multiple Swagger schemas into one dereferenced schema.
MIT License
132 stars 36 forks source link

Add CLI flag for includeGlobalTags #113

Closed myslok closed 3 years ago

myslok commented 3 years ago

Hello!

Ran into trying to use the "includeGlobalTags" (added in #89) from the CLI, but saw that it had not been mapped from the CLI args!

This PR should make it so that all current options are available from the CLI again!

Hope that this is ok! :)