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-10-07
Merge pull request #453 from alimpfard/bool-flag-help
Tomas Aschan
2025-10-05
Show 'correct' explicit bool value syntax in help
Ali Mohammad Pur
2025-09-04
Merge pull request #452 from thaJeztah/update_readme
Tomas Aschan
2025-09-02
README: update badges and minor linting fixes
Sebastiaan van Stijn
2025-09-02
Merge pull request #448 from thaJeztah/fix_go_version
v1.0.10
Tomas Aschan
2025-09-02
Merge pull request #447 from thaJeztah/fix_deprecation_comment
Tomas Aschan
2025-09-01
Test on Go 1.12
Tomas Aschan
2025-09-01
move Func, BoolFunc, tests as they require go1.21
Sebastiaan van Stijn
2025-09-01
remove uses of errors.Is, which requires go1.13
Sebastiaan van Stijn
2025-09-01
fix deprecation comment for (FlagSet.)ParseErrorsWhitelist
Sebastiaan van Stijn
2025-09-01
Merge pull request #446 from spf13/fix-backwards-compat
v1.0.9
Tomas Aschan
2025-09-01
fix: Restore ParseErrorsWhitelist name for now
Tomas Aschan
2025-08-31
Merge pull request #444 from spf13/reset-args-even-if-empty
v1.0.8
Tomas Aschan
2025-08-30
Merge pull request #443 from spf13/silence-errhelp
Tomas Aschan
2025-08-30
Use errors.Is instead of equality check
Tomas Aschan
2025-08-29
Reset args on re-parse even if empty
reset-args-even-if-empty
Tomas Aschan
2025-08-29
Merge pull request #365 from vaguecoder/str2str-sorted
Tomas Aschan
2025-08-29
Print Default Values of String-to-String in Sorted Order
Bhargav Ravuri
2025-08-29
fix: Don't print ErrHelp in ParseAll
Tomas Aschan
2025-08-29
Merge pull request #407 from tmc/fix-errhelp
Tomas Aschan
2025-08-29
Merge branch 'master' into fix-errhelp
Tomas Aschan
2025-08-02
Merge pull request #330 from pohly/copy-to-go-flagset
Tomas Aschan
2025-08-02
Merge pull request #438 from mologie/fix-time-default-text
Tomas Aschan
2025-07-30
add CopyToGoFlagSet
Patrick Ohly
2025-07-24
Omit zero time.Time default from usage line
Oliver Kuckertz
2025-07-17
Merge pull request #261 from dubrie/master
Tomas Aschan
2025-07-17
Merge pull request #364 from vaguecoder/duplicate-error
Tomas Aschan
2025-07-17
Ensure output is written also from ParseAll
Tomas Aschan
2025-07-17
Ensure output is written to correct stream
Tomas Aschan
2025-07-16
Merge pull request #348 from max-frank/add-time-flag-support
v1.0.7
Tomas Aschan
2025-07-16
Reduce duplication by forwarding to sibling functions
Tomas Aschan
2025-07-16
Don't export `TimeValue` (yet)
Tomas Aschan
2025-07-14
Remove unnecessary time test stderr dev null redirect
Maximilian Frank
2025-07-14
Use time.Time for expectations in time flag tests
Maximilian Frank
2025-07-14
Add support for time.Time flags
Maximilian Frank
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
[next]