index
:
github.com/spf13/pflag.git
docs/contrib
forOgier
master
remove-type-from-value
reset-args-even-if-empty
Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-06-28
Merge pull request #431 from LeGEC/430-fix-usage-message-for-func-flags
Tomas Aschan
2025-06-27
fix discrepancy in order of arguments for Func() and BoolFunc() #433
Georges Varouchas
2025-06-09
fix help message for Func and BoolFunc flags #430
Georges Varouchas
2025-06-09
minor: fix typos in comments
Georges Varouchas
2025-06-01
Merge pull request #409 from ShawnJeffersonWang/master
Tomas Aschan
2025-05-24
Merge pull request #429 from LeGEC/426-add-func-and-bool-func
Tomas Aschan
2025-05-22
add support for Func() and BoolFunc() #426
Georges Varouchas
2025-05-15
Merge pull request #418 from hujun-open/master
Tomas Aschan
2025-05-14
Merge pull request #424 from valdar/issue/423
Tomas Aschan
2025-05-14
fix #423 : Add helper function and some documentation to parse shorthand go t...
Andrea Tarocchi
2025-05-10
- update text_test.go based on PR review comments
Hu Jun
2025-05-07
Merge pull request #428 from co63oc/fix1
Tomas Aschan
2025-05-06
Fix typos
co63oc
2025-04-28
Merge remote-tracking branch 'upstream/master'
Hu Jun
2025-04-22
Merge pull request #425 from eth-p/error-structs
Tomas Aschan
2025-04-21
test: Add tests for error structs
Ethan P.
2025-04-21
feat: Add getters to error structs
Ethan P.
2025-04-21
feat: Use error structs for most returned errors
Ethan P.
2025-04-21
test: Commonly-returned error messages
Ethan P.
2025-04-01
Merge pull request #422 from MidnightRocket/fix-default-is-zerovalue-for-gene...
Tomas Aschan
2025-04-01
Improve readability for error in TestPrintDefaults
MidnightRocket
2025-04-01
Add better test for defaultIsZeroValue for generic Value type
MidnightRocket
2025-03-18
Fix defaultIsZeroValue check for generic Value type
MidnightRocket
2025-03-08
Merge remote-tracking branch 'upstream/master'
Hu Jun
2025-01-09
Merge pull request #419 from spf13/ci
v1.0.6
Márk Sági-Kazár
2025-01-09
disable unsupported dependency graph for now
Mark Sagi-Kazar
2025-01-09
fix govet
Mark Sagi-Kazar
2025-01-09
add github actions
Mark Sagi-Kazar
2024-12-27
add support equivalent to golang flag.TextVar(), also fixes the test failure ...
Hu Jun
2024-12-05
fix: add test for argument length check
shawn
2024-07-23
fix: correct argument length check in FlagSet.Parse
shawn
2021-06-04
allow for blank ip addresses (#316)
David Rivera
2020-10-09
Add IPNetSlice and unit tests (#170)
rpothier
2020-09-10
remove dead code for checking error nil (#282)
Yash
2020-05-04
Add exported functions to preserve `pkg/flag` compatibility (#220)
Ryan McKern
2019-09-18
Merge pull request #219 from cfromknecht/fix-mod
v1.0.5-rc1
v1.0.5
Mitch Connors
2019-09-17
Remove require pflag v1.0.3
Conner Fromknecht
2019-09-17
Fix typo in go.mod
v1.0.4
Mitch Connors
2019-09-17
Merge pull request #216 from therealmitchconnors/elegant
Mitch Connors
2019-09-10
gofmt
therealmitchconnors
2019-09-10
Add SliceValue Comments
therealmitchconnors
2019-09-05
Expand SliceValue support to all slice and array types.
therealmitchconnors
2019-08-16
Add first SliceValue implementations
therealmitchconnors
2019-08-13
Added String-To-Int64 option parsing (#211)
Alex Besogonov
2019-08-13
Merge pull request #201 from Fedosin/fix_descriptions
Mitch Connors
2019-08-13
Merge pull request #210 from dsbrng25b/master
Mitch Connors
2019-06-16
Fix package doc
David Schneider
2019-02-11
Fix descriptions for StringSlice functions
Mike Fedosin
2018-12-23
fix misspell (#197)
Davor Kapsa
2018-12-12
Fix typo in count.go (#196)
terorie
[next]