dotansimha / graphql-code-generator

A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins.
https://the-guild.dev/graphql/codegen/
MIT License
10.8k stars 1.32k forks source link

-s alias for --silent does not work with graphl-codegen CLI #4346

Closed rolandmarg closed 4 years ago

rolandmarg commented 4 years ago

-s alias for --silent does not work with graphl-codegen CLI

specifying --silent works

documentation states that both should work

Is it intended? can create a pull request with the fix

dotansimha commented 4 years ago

I guess it's a bug ;) PRs are always welcome :)

dotansimha commented 4 years ago

@romMidnight let's keep open until we'll have a release with that.

dotansimha commented 4 years ago

Fixed in v1.17.4