1. 3d32e71 Merge pull request #450 from thaJeztah/fix_linting by Tomas Aschan · 8 days ago master
  2. 0db51fd Merge pull request #462 from wellitonscheer/get-flag-error-message by Tomas Aschan · 8 days ago
  3. a165e4b Merge pull request #457 from brandon1024/string-to-string-fix by Tomas Aschan · 8 days ago
  4. 4b23295 fix(map): ensure string-to-string flags maintain stable pointers by Brandon Richardson · 9 days ago
  5. 0e7f6c8 Remove unused flagNotDefinedMessage by wellitonscheer · 9 days ago
  6. 936b42e gha: tweak settings, add testing for "stable" and "oldstable" go by Sebastiaan van Stijn · 9 days ago
  7. 4bd84d5 gha: update checkout v6.0.1, setup-go v6.1.0, golangci-lint v9.2.0 by Sebastiaan van Stijn · 9 days ago
  8. 5b0611e fix godoc for InvalidSyntaxError.GetSpecifiedFlag by Sebastiaan van Stijn · 9 days ago
  9. fd69482 fix revive linting by Sebastiaan van Stijn · 9 days ago
  10. 8fb9edd fix unparam linting by Sebastiaan van Stijn · 9 days ago
  11. 02fbac8 fix unconvert linting by Sebastiaan van Stijn · 9 days ago
  12. d6bb2cc fix staticcheck linting by Sebastiaan van Stijn · 9 days ago
  13. f2f15d0 fix errcheck linting by Sebastiaan van Stijn · 9 days ago
  14. 8e4b114 format code with gofumpt by Sebastiaan van Stijn · 9 days ago
  15. 7b587c5 Fix getFlagType error message by caie · 4 weeks ago
  16. b85eb9e Merge pull request #460 from pterjan/patch-2 by Tomas Aschan · 9 weeks ago
  17. 00153c6 Fix for Go 1.24 by Pascal Terjan · 9 weeks ago
  18. 6fcfbc9 Merge pull request #453 from alimpfard/bool-flag-help by Tomas Aschan · 5 months ago
  19. 666b603 Show 'correct' explicit bool value syntax in help by Ali Mohammad Pur · 5 months ago
  20. be274af Merge pull request #452 from thaJeztah/update_readme by Tomas Aschan · 6 months ago
  21. 5494e14 README: update badges and minor linting fixes by Sebastiaan van Stijn · 6 months ago
  22. 0491e57 Merge pull request #448 from thaJeztah/fix_go_version by Tomas Aschan · 6 months ago
  23. 72abab1 Merge pull request #447 from thaJeztah/fix_deprecation_comment by Tomas Aschan · 6 months ago
  24. 7e4dfb1 Test on Go 1.12 by Tomas Aschan · 6 months ago
  25. 18a9d17 move Func, BoolFunc, tests as they require go1.21 by Sebastiaan van Stijn · 6 months ago
  26. c5b9e98 remove uses of errors.Is, which requires go1.13 by Sebastiaan van Stijn · 6 months ago
  27. 45a4873 fix deprecation comment for (FlagSet.)ParseErrorsWhitelist by Sebastiaan van Stijn · 6 months ago
  28. 1043857 Merge pull request #446 from spf13/fix-backwards-compat by Tomas Aschan · 6 months ago
  29. 7412009 fix: Restore ParseErrorsWhitelist name for now by Tomas Aschan · 6 months ago
  30. b9c16fa Merge pull request #444 from spf13/reset-args-even-if-empty by Tomas Aschan · 6 months ago
  31. 40abc49 Merge pull request #443 from spf13/silence-errhelp by Tomas Aschan · 7 months ago
  32. 1bf832c Use errors.Is instead of equality check by Tomas Aschan · 7 months ago
  33. d25dd24 Reset args on re-parse even if empty by Tomas Aschan · 7 months ago reset-args-even-if-empty
  34. 094909d Merge pull request #365 from vaguecoder/str2str-sorted by Tomas Aschan · 7 months ago
  35. ccb49e5 Print Default Values of String-to-String in Sorted Order by Bhargav Ravuri · 7 months ago
  36. b55ffb6 fix: Don't print ErrHelp in ParseAll by Tomas Aschan · 7 months ago
  37. 7c651d1 Merge pull request #407 from tmc/fix-errhelp by Tomas Aschan · 7 months ago
  38. fd649b2 Merge branch 'master' into fix-errhelp by Tomas Aschan · 7 months ago
  39. 1db553c Merge pull request #330 from pohly/copy-to-go-flagset by Tomas Aschan · 7 months ago
  40. bfb5618 Merge pull request #438 from mologie/fix-time-default-text by Tomas Aschan · 7 months ago
  41. 44aa4aa add CopyToGoFlagSet by Patrick Ohly · 8 months ago
  42. 1b52f76 Omit zero time.Time default from usage line by Oliver Kuckertz · 8 months ago
  43. c78f730 Merge pull request #261 from dubrie/master by Tomas Aschan · 8 months ago
  44. c2fd743 Merge pull request #364 from vaguecoder/duplicate-error by Tomas Aschan · 8 months ago
  45. 391036c Ensure output is written also from ParseAll by Tomas Aschan · 8 months ago
  46. 5159cda Ensure output is written to correct stream by Tomas Aschan · 8 months ago
  47. f9cbdd9 Merge pull request #348 from max-frank/add-time-flag-support by Tomas Aschan · 8 months ago
  48. e3be2eb Reduce duplication by forwarding to sibling functions by Tomas Aschan · 8 months ago
  49. 7cc25e3 Don't export `TimeValue` (yet) by Tomas Aschan · 8 months ago
  50. d15848d Remove unnecessary time test stderr dev null redirect by Maximilian Frank · 8 months ago
  51. c5ce22e Use time.Time for expectations in time flag tests by Maximilian Frank · 8 months ago
  52. 1992c5a Add support for time.Time flags by Maximilian Frank · 8 months ago
  53. 1c62fb2 Merge pull request #431 from LeGEC/430-fix-usage-message-for-func-flags by Tomas Aschan · 9 months ago
  54. 1a4b5b2 fix discrepancy in order of arguments for Func() and BoolFunc() #433 by Georges Varouchas · 9 months ago
  55. 4730aa0 fix help message for Func and BoolFunc flags #430 by Georges Varouchas · 9 months ago
  56. f4c97c2 minor: fix typos in comments by Georges Varouchas · 9 months ago
  57. 8a6c85f Merge pull request #409 from ShawnJeffersonWang/master by Tomas Aschan · 10 months ago
  58. bca0664 Merge pull request #429 from LeGEC/426-add-func-and-bool-func by Tomas Aschan · 10 months ago
  59. 69bc3bd add support for Func() and BoolFunc() #426 by Georges Varouchas · 10 months ago
  60. 196624c Merge pull request #418 from hujun-open/master by Tomas Aschan · 10 months ago
  61. 7322552 Merge pull request #424 from valdar/issue/423 by Tomas Aschan · 10 months ago
  62. 9c97fad fix #423 : Add helper function and some documentation to parse shorthand go test flags. by Andrea Tarocchi · 10 months ago
  63. 011db0c - update text_test.go based on PR review comments by Hu Jun · 10 months ago
  64. 957ea4b Merge pull request #428 from co63oc/fix1 by Tomas Aschan · 10 months ago
  65. 155e7f3 Fix typos by co63oc · 10 months ago
  66. 2a2b77a Merge remote-tracking branch 'upstream/master' by Hu Jun · 11 months ago
  67. d661846 Merge pull request #425 from eth-p/error-structs by Tomas Aschan · 11 months ago
  68. 6ca66b1 test: Add tests for error structs by Ethan P. · 11 months ago
  69. ca5cf96 feat: Add getters to error structs by Ethan P. · 11 months ago
  70. 8d77158 feat: Use error structs for most returned errors by Ethan P. · 11 months ago
  71. e926890 test: Commonly-returned error messages by Ethan P. · 11 months ago
  72. 19c9c40 Merge pull request #422 from MidnightRocket/fix-default-is-zerovalue-for-generic-value-type by Tomas Aschan · 12 months ago
  73. c963093 Improve readability for error in TestPrintDefaults by MidnightRocket · 12 months ago
  74. edb1664 Add better test for defaultIsZeroValue for generic Value type by MidnightRocket · 12 months ago
  75. 9edfc8d Fix defaultIsZeroValue check for generic Value type by MidnightRocket · 12 months ago
  76. aae8e19 Merge remote-tracking branch 'upstream/master' by Hu Jun · 1 year ago
  77. 5ca8134 Merge pull request #419 from spf13/ci by Márk Sági-Kazár · 1 year, 2 months ago
  78. 100ab0e disable unsupported dependency graph for now by Mark Sagi-Kazar · 1 year, 2 months ago
  79. a0f4ddd fix govet by Mark Sagi-Kazar · 1 year, 2 months ago
  80. f48cbd1 add github actions by Mark Sagi-Kazar · 1 year, 2 months ago
  81. 1118d46 add support equivalent to golang flag.TextVar(), also fixes the test failure as described in #368 by Hu Jun · 1 year, 3 months ago
  82. f9b6619 fix: add test for argument length check by shawn · 1 year, 3 months ago
  83. 7104d90 fix: correct argument length check in FlagSet.Parse by shawn · 1 year, 8 months ago
  84. d66f0ce flag: Emulate stdlib behavior and do not print ErrHelp by Travis Cline · 1 year, 9 months ago
  85. 1a9275f Remove Redundant "Unknown-Flag" Error by Bhargav Ravuri · 3 years, 4 months ago
  86. d5e0c06 allow for blank ip addresses (#316) by David Rivera · 4 years, 9 months ago
  87. 85dd5c8 Add IPNetSlice and unit tests (#170) by rpothier · 5 years ago
  88. 6971c29 remove dead code for checking error nil (#282) by Yash · 6 years ago
  89. 0aa4171 Update flag_test.go by Bill Johnson · 6 years ago
  90. b41e8b7 Switching from whitelist to Allowlist terminology by Bill Johnson · 6 years ago
  91. 81378bb Add exported functions to preserve `pkg/flag` compatibility (#220) by Ryan McKern · 6 years ago
  92. 2e9d26c Merge pull request #219 from cfromknecht/fix-mod by Mitch Connors · 6 years ago
  93. 14457a6 Remove require pflag v1.0.3 by Conner Fromknecht · 6 years ago
  94. e8f2996 Fix typo in go.mod by Mitch Connors · 6 years ago
  95. 7b22f68 Merge pull request #216 from therealmitchconnors/elegant by Mitch Connors · 6 years ago
  96. 8e39cc4 gofmt by therealmitchconnors · 7 years ago
  97. 68f4136 Add SliceValue Comments by therealmitchconnors · 7 years ago
  98. b22fc70 Expand SliceValue support to all slice and array types. by therealmitchconnors · 7 years ago
  99. c6c0f0f Add first SliceValue implementations by therealmitchconnors · 7 years ago
  100. 9722382 Added String-To-Int64 option parsing (#211) by Alex Besogonov · 7 years ago