Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information