aboutsummaryrefslogtreecommitdiff
path: root/func.go
AgeCommit message (Collapse)Author
2025-05-22add support for Func() and BoolFunc() #426Georges Varouchas
Add support for two features which landed in the 'flag' package from the standard library: Func() and BoolFunc() and their two pflag specific versions: FuncP() and BoolFuncP() fixes #426