Closed JeffFaer closed 2 weeks ago
But what we're serializing is currently always a []string, which probably can't fail to marshal? Maybe some weird encoding edge case or something? If it's even possible, it's probably a minor enough edge case to be irrelevant.
Yeah, that's more or less what I was thinking. Seems like marshalling []string
should be very safe
Right now, options that need their lists or sets to be YAML lists aren't printing a roundtrippable string.