1. 5fdac2d Merge pull request #490 from happysnaker/docs-release-process by Tomas Aschan · 2 weeks ago master
  2. 9ba8488 docs: update release process per maintainer feedback by Shirong Lu · 2 weeks ago
  3. dca783a Merge pull request #488 from happysnaker/docs-sortflags-example by Tomas Aschan · 2 weeks ago
  4. d299f4e docs: clarify SortFlags example with complete runnable program by Shirong Lu · 2 weeks ago
  5. 7ef35c6 Merge pull request #487 from happysnaker/fix-custom-isbool-compatibility by Tomas Aschan · 2 weeks ago
  6. 95a0aa3 Merge pull request #484 from happysnaker/fix-uint-slice-hex-input by Tomas Aschan · 2 weeks ago
  7. 298bcdf fix: allow hex input in UintSlice by Shirong Lu · 2 weeks ago
  8. f64d0fc test: fix staticcheck in custom bool flag coverage by Shirong Lu · 2 weeks ago
  9. 7475282 Merge pull request #483 from happysnaker/fix-nil-default-ip-getter by Tomas Aschan · 2 weeks ago
  10. ad27a40 fix: honor custom IsBoolFlag compatibility by Shirong Lu · 2 weeks ago
  11. ed81e5b fix: allow nil default IP flags in GetIP by Shirong Lu · 2 weeks ago
  12. 6404d82 Fix lint issues for correct golangci-lint version by Tomas Aschan · 3 weeks ago
  13. 07769da Fix linter issues after merging #440 by Tomas Aschan · 3 weeks ago
  14. 9912b67 Merge pull request #440 from ikedam/feature/337_PreserveUnknownFlagsEnum by Tomas Aschan · 6 weeks ago
  15. 00f25b9 Merge pull request #469 from reuvenharrison/friendly-parse-errors by Tomas Aschan · 9 weeks ago
  16. de24023 flag_test: gofmt + use ioutil.Discard for Go 1.12 compatibility by Reuven Harrison · 9 weeks ago
  17. 75568a5 Replace raw stdlib parse errors in typed flag Set methods (#269) by Reuven Harrison · 10 weeks ago
  18. 18450ea Merge pull request #464 from spf13/fix-link by Tomas Aschan · 2 months ago
  19. ee87ca5 Merge pull request #467 from malklera/readme-godoc by Tomas Aschan · 3 months ago
  20. cc34e58 fix: README.md indicating the use of godoc(deprecated) by malklera · 3 months ago
  21. c0bdd63 Rename symbols to shorter ones #337 by ikedam · 4 months ago
  22. d1d7aee Handle both ParseErrorsAllowlist and ParseErrorsWhitelist #337 by ikedam · 4 months ago
  23. 2cd30f1 Extend `UnknownFlags` to `UnknownFlagsHandling` and introduce `UnknownFlagsHandlingPassUnknownToArgs` (#337) by ikedam · 4 months ago
  24. 3d32e71 Merge pull request #450 from thaJeztah/fix_linting by Tomas Aschan · 4 months ago
  25. 0db51fd Merge pull request #462 from wellitonscheer/get-flag-error-message by Tomas Aschan · 4 months ago
  26. a165e4b Merge pull request #457 from brandon1024/string-to-string-fix by Tomas Aschan · 4 months ago
  27. 4b23295 fix(map): ensure string-to-string flags maintain stable pointers by Brandon Richardson · 5 months ago
  28. 0e7f6c8 Remove unused flagNotDefinedMessage by wellitonscheer · 5 months ago
  29. 936b42e gha: tweak settings, add testing for "stable" and "oldstable" go by Sebastiaan van Stijn · 5 months ago
  30. 4bd84d5 gha: update checkout v6.0.1, setup-go v6.1.0, golangci-lint v9.2.0 by Sebastiaan van Stijn · 5 months ago
  31. 5b0611e fix godoc for InvalidSyntaxError.GetSpecifiedFlag by Sebastiaan van Stijn · 5 months ago
  32. fd69482 fix revive linting by Sebastiaan van Stijn · 5 months ago
  33. 8fb9edd fix unparam linting by Sebastiaan van Stijn · 5 months ago
  34. 02fbac8 fix unconvert linting by Sebastiaan van Stijn · 5 months ago
  35. d6bb2cc fix staticcheck linting by Sebastiaan van Stijn · 5 months ago
  36. f2f15d0 fix errcheck linting by Sebastiaan van Stijn · 5 months ago
  37. 8e4b114 format code with gofumpt by Sebastiaan van Stijn · 5 months ago
  38. 76da3f6 Fix broken link to POSIX argument conventions by Tomas Aschan · 5 months ago fix-link
  39. 7b587c5 Fix getFlagType error message by caie · 5 months ago
  40. b85eb9e Merge pull request #460 from pterjan/patch-2 by Tomas Aschan · 6 months ago
  41. 00153c6 Fix for Go 1.24 by Pascal Terjan · 6 months ago
  42. 6fcfbc9 Merge pull request #453 from alimpfard/bool-flag-help by Tomas Aschan · 9 months ago
  43. 666b603 Show 'correct' explicit bool value syntax in help by Ali Mohammad Pur · 10 months ago
  44. be274af Merge pull request #452 from thaJeztah/update_readme by Tomas Aschan · 11 months ago
  45. 5494e14 README: update badges and minor linting fixes by Sebastiaan van Stijn · 11 months ago
  46. 0491e57 Merge pull request #448 from thaJeztah/fix_go_version by Tomas Aschan · 11 months ago
  47. 72abab1 Merge pull request #447 from thaJeztah/fix_deprecation_comment by Tomas Aschan · 11 months ago
  48. 7e4dfb1 Test on Go 1.12 by Tomas Aschan · 11 months ago
  49. 18a9d17 move Func, BoolFunc, tests as they require go1.21 by Sebastiaan van Stijn · 11 months ago
  50. c5b9e98 remove uses of errors.Is, which requires go1.13 by Sebastiaan van Stijn · 11 months ago
  51. 45a4873 fix deprecation comment for (FlagSet.)ParseErrorsWhitelist by Sebastiaan van Stijn · 11 months ago
  52. 1043857 Merge pull request #446 from spf13/fix-backwards-compat by Tomas Aschan · 11 months ago
  53. 7412009 fix: Restore ParseErrorsWhitelist name for now by Tomas Aschan · 11 months ago
  54. b9c16fa Merge pull request #444 from spf13/reset-args-even-if-empty by Tomas Aschan · 11 months ago
  55. 40abc49 Merge pull request #443 from spf13/silence-errhelp by Tomas Aschan · 11 months ago
  56. 1bf832c Use errors.Is instead of equality check by Tomas Aschan · 11 months ago
  57. d25dd24 Reset args on re-parse even if empty by Tomas Aschan · 11 months ago reset-args-even-if-empty
  58. 094909d Merge pull request #365 from vaguecoder/str2str-sorted by Tomas Aschan · 11 months ago
  59. ccb49e5 Print Default Values of String-to-String in Sorted Order by Bhargav Ravuri · 11 months ago
  60. b55ffb6 fix: Don't print ErrHelp in ParseAll by Tomas Aschan · 11 months ago
  61. 7c651d1 Merge pull request #407 from tmc/fix-errhelp by Tomas Aschan · 11 months ago
  62. fd649b2 Merge branch 'master' into fix-errhelp by Tomas Aschan · 11 months ago
  63. 1db553c Merge pull request #330 from pohly/copy-to-go-flagset by Tomas Aschan · 12 months ago
  64. bfb5618 Merge pull request #438 from mologie/fix-time-default-text by Tomas Aschan · 12 months ago
  65. 44aa4aa add CopyToGoFlagSet by Patrick Ohly · 12 months ago
  66. 1b52f76 Omit zero time.Time default from usage line by Oliver Kuckertz · 12 months ago
  67. c78f730 Merge pull request #261 from dubrie/master by Tomas Aschan · 1 year ago
  68. c2fd743 Merge pull request #364 from vaguecoder/duplicate-error by Tomas Aschan · 1 year ago
  69. 391036c Ensure output is written also from ParseAll by Tomas Aschan · 1 year ago
  70. 5159cda Ensure output is written to correct stream by Tomas Aschan · 1 year ago
  71. f9cbdd9 Merge pull request #348 from max-frank/add-time-flag-support by Tomas Aschan · 1 year ago
  72. e3be2eb Reduce duplication by forwarding to sibling functions by Tomas Aschan · 1 year ago
  73. 7cc25e3 Don't export `TimeValue` (yet) by Tomas Aschan · 1 year ago
  74. d15848d Remove unnecessary time test stderr dev null redirect by Maximilian Frank · 1 year ago
  75. c5ce22e Use time.Time for expectations in time flag tests by Maximilian Frank · 1 year ago
  76. 1992c5a Add support for time.Time flags by Maximilian Frank · 1 year ago
  77. 1c62fb2 Merge pull request #431 from LeGEC/430-fix-usage-message-for-func-flags by Tomas Aschan · 1 year, 1 month ago
  78. 1a4b5b2 fix discrepancy in order of arguments for Func() and BoolFunc() #433 by Georges Varouchas · 1 year, 1 month ago
  79. 4730aa0 fix help message for Func and BoolFunc flags #430 by Georges Varouchas · 1 year, 1 month ago
  80. f4c97c2 minor: fix typos in comments by Georges Varouchas · 1 year, 1 month ago
  81. 8a6c85f Merge pull request #409 from ShawnJeffersonWang/master by Tomas Aschan · 1 year, 2 months ago
  82. bca0664 Merge pull request #429 from LeGEC/426-add-func-and-bool-func by Tomas Aschan · 1 year, 2 months ago
  83. 69bc3bd add support for Func() and BoolFunc() #426 by Georges Varouchas · 1 year, 2 months ago
  84. 196624c Merge pull request #418 from hujun-open/master by Tomas Aschan · 1 year, 2 months ago
  85. 7322552 Merge pull request #424 from valdar/issue/423 by Tomas Aschan · 1 year, 2 months ago
  86. 9c97fad fix #423 : Add helper function and some documentation to parse shorthand go test flags. by Andrea Tarocchi · 1 year, 2 months ago
  87. 011db0c - update text_test.go based on PR review comments by Hu Jun · 1 year, 2 months ago
  88. 957ea4b Merge pull request #428 from co63oc/fix1 by Tomas Aschan · 1 year, 2 months ago
  89. 155e7f3 Fix typos by co63oc · 1 year, 2 months ago
  90. 2a2b77a Merge remote-tracking branch 'upstream/master' by Hu Jun · 1 year, 3 months ago
  91. d661846 Merge pull request #425 from eth-p/error-structs by Tomas Aschan · 1 year, 3 months ago
  92. 6ca66b1 test: Add tests for error structs by Ethan P. · 1 year, 3 months ago
  93. ca5cf96 feat: Add getters to error structs by Ethan P. · 1 year, 3 months ago
  94. 8d77158 feat: Use error structs for most returned errors by Ethan P. · 1 year, 3 months ago
  95. e926890 test: Commonly-returned error messages by Ethan P. · 1 year, 3 months ago
  96. 19c9c40 Merge pull request #422 from MidnightRocket/fix-default-is-zerovalue-for-generic-value-type by Tomas Aschan · 1 year, 4 months ago
  97. c963093 Improve readability for error in TestPrintDefaults by MidnightRocket · 1 year, 4 months ago
  98. edb1664 Add better test for defaultIsZeroValue for generic Value type by MidnightRocket · 1 year, 4 months ago
  99. 9edfc8d Fix defaultIsZeroValue check for generic Value type by MidnightRocket · 1 year, 4 months ago
  100. aae8e19 Merge remote-tracking branch 'upstream/master' by Hu Jun · 1 year, 4 months ago