Skip to content

Conversation

@dogancanbakir
Copy link
Member

Summary

  • Added support for backslash-escaped commas (\,) in comma-separated string slice values
  • Values containing literal commas can now be preserved: value1\,with\,commas,value2["value1,with,commas", "value2"]

Fixes #211

Values containing literal commas can now be preserved by escaping
with backslash: value1\,with\,commas,value2

Fixes #211
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect Parsing in flagSet.StringSliceVarP

2 participants