| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-27 | fix discrepancy in order of arguments for Func() and BoolFunc() #433 | Georges Varouchas | |
| for no good reason: the order of arguments would differ when calling pflag.BoolFuncP(...) and (*FlagSet).BoolFuncP(...) (same goes for Func() and FuncP()) in this commit: align all functions on stdlib's order fixes #433 | |||
| 2025-05-22 | add support for Func() and BoolFunc() #426 | Georges 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 | |||
