You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ignore case for boolean option values in protoc-gen-grpc-swift (#20)
Motivation:
The protoc-gen-grpc-swift plugin has a few boolean options which
currently require a lowercased value. This is overly strict, the casing
of "true"/"false" shouldn't matter.
Modifications:
- Ignore case for boolean optioned values
Result:
Easier to use protoc-gen-grpc-swift
0 commit comments