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

Tap tap...is this thing on? #416

Open larsks opened 1 day ago

larsks commented 1 day ago

I was banging my head against the fact that my build was failing with...

./main.go:80:31: flag.CommandLine.Output undefined (type *pflag.FlagSet has no field or method Output)

...even though it's clearly been there for years, when I realized that there hasn't been a new release cut since 2019. Any chance we could tag a new release, or should I look elsewhere for a sane command line parsing library? That would make me sad, but I know what it's like trying to find time to maintain things.