danielgtaylor / openapi-cli-generator

Generate a CLI from an OpenAPI 3 specification
MIT License
179 stars 49 forks source link

Remove zerolog.LevelWidth, resolves #14 #15

Closed xlab closed 5 years ago

xlab commented 5 years ago

With more recent versions of the zerolog package, LevelWidth has been removed. There is a way to copy the code from zerolog again, but at this moment LevelWidth can be removed from the code and it will build.

danielgtaylor commented 5 years ago

Confirmed that this fixes the issue. Seems there was a major refactoring in https://github.com/rs/zerolog/commit/96f91bb4f5dae9f5026ed08500dd8692f9cdf67b so we may need to pull in the new code. For now I'll merge this in to make things work again, thanks!