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

Where is the `BoolFunc` method? #401

Open rew1nter opened 7 months ago

rew1nter commented 7 months ago

https://pkg.go.dev/flag#FlagSet.BoolFunc

This seems to be missing. Isn't it supposed to be there for the drop-in replacement :/