spf13 / pflag

Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
BSD 3-Clause "New" or "Revised" License
2.43k stars 348 forks source link

Fix bracket handling in StringToString (#413) #414

Open lstemplinger opened 2 months ago

lstemplinger commented 2 months ago

My attempt at a fix for #413 to not drop brackets at the end of the flag value.

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.