docs(proto-loader): fix docs for options.bytes#1812
docs(proto-loader): fix docs for options.bytes#1812kilianc wants to merge 1 commit intogrpc:masterfrom
options.bytes#1812Conversation
|
|
|
To clarify, the way this actually works is that any string other than the ones currently listed will cause the default behavior, which is to use |
Do you mean that an invalid value will trigger the default behavior which is |
|
Essentially, yes. I would say that values other than the ones listed are ignored, leaving the default behavior unchanged. This CLI is directly based on the Protobuf.js API, and in that API, there are values that modify the default behavior (e.g. |
I believe I should update the readme some more then |
|
anything else I should fix in the PR? |
|
What I don't like here is the inconsistency of specifying an additional default value in the valid values for the |
No description provided.