spf13 / pflag

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

v1.0.6 tag with accumulated patches #392

Open wkhere opened 10 months ago

wkhere commented 10 months ago

Hi!

I guess it's time for v1.0.6.

I have very specific patch in mind: in most of my pflag usage patterns it's pretty unusable without #220, namely without flag-compatible Output. I remember putting a very specific commit into go.mod for years already. It would be much nicer to just use v1.0.6.

Plus, of course, seeing other accumulated patches.

josegonzalez commented 7 months ago

@fredbi thoughts on putting out a patch release? Seems pretty reasonable to me to do so before we do any 1.1.0 or anything.