StringSliceFlag be truncated by "," #1541
Labels
area/v2
relates to / is being considered for v2
kind/question
someone asking a question
status/triage
maintainers still need to look into this
StringSliceFlag can distinguish different parameters by ",". But if the parameter I want comes with ",", then the string will be truncated.
In some tools, "," is recognized as part of the string, for example, protoc's --go_opt="module=,paths="
So is there a way to remove the truncation for "," or is there a better way to pass a string parameter with ",".
The text was updated successfully, but these errors were encountered: