1. 6fcfbc9 Merge pull request #453 from alimpfard/bool-flag-help by Tomas Aschan · 3 months ago master
  2. 666b603 Show 'correct' explicit bool value syntax in help by Ali Mohammad Pur · 3 months ago
  3. be274af Merge pull request #452 from thaJeztah/update_readme by Tomas Aschan · 4 months ago
  4. 5494e14 README: update badges and minor linting fixes by Sebastiaan van Stijn · 4 months ago
  5. 0491e57 Merge pull request #448 from thaJeztah/fix_go_version by Tomas Aschan · 4 months ago
  6. 72abab1 Merge pull request #447 from thaJeztah/fix_deprecation_comment by Tomas Aschan · 4 months ago
  7. 7e4dfb1 Test on Go 1.12 by Tomas Aschan · 4 months ago
  8. 18a9d17 move Func, BoolFunc, tests as they require go1.21 by Sebastiaan van Stijn · 4 months ago
  9. c5b9e98 remove uses of errors.Is, which requires go1.13 by Sebastiaan van Stijn · 4 months ago
  10. 45a4873 fix deprecation comment for (FlagSet.)ParseErrorsWhitelist by Sebastiaan van Stijn · 4 months ago
  11. 1043857 Merge pull request #446 from spf13/fix-backwards-compat by Tomas Aschan · 4 months ago
  12. 7412009 fix: Restore ParseErrorsWhitelist name for now by Tomas Aschan · 4 months ago
  13. b9c16fa Merge pull request #444 from spf13/reset-args-even-if-empty by Tomas Aschan · 4 months ago
  14. 40abc49 Merge pull request #443 from spf13/silence-errhelp by Tomas Aschan · 4 months ago
  15. 1bf832c Use errors.Is instead of equality check by Tomas Aschan · 4 months ago
  16. d25dd24 Reset args on re-parse even if empty by Tomas Aschan · 4 months ago reset-args-even-if-empty
  17. 094909d Merge pull request #365 from vaguecoder/str2str-sorted by Tomas Aschan · 4 months ago
  18. ccb49e5 Print Default Values of String-to-String in Sorted Order by Bhargav Ravuri · 4 months ago
  19. b55ffb6 fix: Don't print ErrHelp in ParseAll by Tomas Aschan · 4 months ago
  20. 7c651d1 Merge pull request #407 from tmc/fix-errhelp by Tomas Aschan · 4 months ago
  21. fd649b2 Merge branch 'master' into fix-errhelp by Tomas Aschan · 4 months ago
  22. 1db553c Merge pull request #330 from pohly/copy-to-go-flagset by Tomas Aschan · 5 months ago
  23. bfb5618 Merge pull request #438 from mologie/fix-time-default-text by Tomas Aschan · 5 months ago
  24. 44aa4aa add CopyToGoFlagSet by Patrick Ohly · 5 months ago
  25. 1b52f76 Omit zero time.Time default from usage line by Oliver Kuckertz · 5 months ago
  26. c78f730 Merge pull request #261 from dubrie/master by Tomas Aschan · 6 months ago
  27. c2fd743 Merge pull request #364 from vaguecoder/duplicate-error by Tomas Aschan · 6 months ago
  28. 391036c Ensure output is written also from ParseAll by Tomas Aschan · 6 months ago
  29. 5159cda Ensure output is written to correct stream by Tomas Aschan · 6 months ago
  30. f9cbdd9 Merge pull request #348 from max-frank/add-time-flag-support by Tomas Aschan · 6 months ago
  31. e3be2eb Reduce duplication by forwarding to sibling functions by Tomas Aschan · 6 months ago
  32. 7cc25e3 Don't export `TimeValue` (yet) by Tomas Aschan · 6 months ago
  33. d15848d Remove unnecessary time test stderr dev null redirect by Maximilian Frank · 6 months ago
  34. c5ce22e Use time.Time for expectations in time flag tests by Maximilian Frank · 6 months ago
  35. 1992c5a Add support for time.Time flags by Maximilian Frank · 6 months ago
  36. 1c62fb2 Merge pull request #431 from LeGEC/430-fix-usage-message-for-func-flags by Tomas Aschan · 6 months ago
  37. 1a4b5b2 fix discrepancy in order of arguments for Func() and BoolFunc() #433 by Georges Varouchas · 6 months ago
  38. 4730aa0 fix help message for Func and BoolFunc flags #430 by Georges Varouchas · 7 months ago
  39. f4c97c2 minor: fix typos in comments by Georges Varouchas · 7 months ago
  40. 8a6c85f Merge pull request #409 from ShawnJeffersonWang/master by Tomas Aschan · 7 months ago
  41. bca0664 Merge pull request #429 from LeGEC/426-add-func-and-bool-func by Tomas Aschan · 7 months ago
  42. 69bc3bd add support for Func() and BoolFunc() #426 by Georges Varouchas · 8 months ago
  43. 196624c Merge pull request #418 from hujun-open/master by Tomas Aschan · 8 months ago
  44. 7322552 Merge pull request #424 from valdar/issue/423 by Tomas Aschan · 8 months ago
  45. 9c97fad fix #423 : Add helper function and some documentation to parse shorthand go test flags. by Andrea Tarocchi · 8 months ago
  46. 011db0c - update text_test.go based on PR review comments by Hu Jun · 8 months ago
  47. 957ea4b Merge pull request #428 from co63oc/fix1 by Tomas Aschan · 8 months ago
  48. 155e7f3 Fix typos by co63oc · 8 months ago
  49. 2a2b77a Merge remote-tracking branch 'upstream/master' by Hu Jun · 8 months ago
  50. d661846 Merge pull request #425 from eth-p/error-structs by Tomas Aschan · 9 months ago
  51. 6ca66b1 test: Add tests for error structs by Ethan P. · 9 months ago
  52. ca5cf96 feat: Add getters to error structs by Ethan P. · 9 months ago
  53. 8d77158 feat: Use error structs for most returned errors by Ethan P. · 9 months ago
  54. e926890 test: Commonly-returned error messages by Ethan P. · 9 months ago
  55. 19c9c40 Merge pull request #422 from MidnightRocket/fix-default-is-zerovalue-for-generic-value-type by Tomas Aschan · 9 months ago
  56. c963093 Improve readability for error in TestPrintDefaults by MidnightRocket · 9 months ago
  57. edb1664 Add better test for defaultIsZeroValue for generic Value type by MidnightRocket · 9 months ago
  58. 9edfc8d Fix defaultIsZeroValue check for generic Value type by MidnightRocket · 10 months ago
  59. aae8e19 Merge remote-tracking branch 'upstream/master' by Hu Jun · 10 months ago
  60. 5ca8134 Merge pull request #419 from spf13/ci by Márk Sági-Kazár · 12 months ago
  61. 100ab0e disable unsupported dependency graph for now by Mark Sagi-Kazar · 12 months ago
  62. a0f4ddd fix govet by Mark Sagi-Kazar · 12 months ago
  63. f48cbd1 add github actions by Mark Sagi-Kazar · 12 months ago
  64. 1118d46 add support equivalent to golang flag.TextVar(), also fixes the test failure as described in #368 by Hu Jun · 1 year ago
  65. f9b6619 fix: add test for argument length check by shawn · 1 year, 1 month ago
  66. 7104d90 fix: correct argument length check in FlagSet.Parse by shawn · 1 year, 5 months ago
  67. d66f0ce flag: Emulate stdlib behavior and do not print ErrHelp by Travis Cline · 1 year, 7 months ago
  68. 1a9275f Remove Redundant "Unknown-Flag" Error by Bhargav Ravuri · 3 years, 2 months ago
  69. d5e0c06 allow for blank ip addresses (#316) by David Rivera · 4 years, 7 months ago
  70. 85dd5c8 Add IPNetSlice and unit tests (#170) by rpothier · 5 years ago
  71. 6971c29 remove dead code for checking error nil (#282) by Yash · 5 years ago
  72. 0aa4171 Update flag_test.go by Bill Johnson · 6 years ago
  73. b41e8b7 Switching from whitelist to Allowlist terminology by Bill Johnson · 6 years ago
  74. 81378bb Add exported functions to preserve `pkg/flag` compatibility (#220) by Ryan McKern · 6 years ago
  75. 2e9d26c Merge pull request #219 from cfromknecht/fix-mod by Mitch Connors · 6 years ago
  76. 14457a6 Remove require pflag v1.0.3 by Conner Fromknecht · 6 years ago
  77. e8f2996 Fix typo in go.mod by Mitch Connors · 6 years ago
  78. 7b22f68 Merge pull request #216 from therealmitchconnors/elegant by Mitch Connors · 6 years ago
  79. 8e39cc4 gofmt by therealmitchconnors · 6 years ago
  80. 68f4136 Add SliceValue Comments by therealmitchconnors · 6 years ago
  81. b22fc70 Expand SliceValue support to all slice and array types. by therealmitchconnors · 6 years ago
  82. c6c0f0f Add first SliceValue implementations by therealmitchconnors · 6 years ago
  83. 9722382 Added String-To-Int64 option parsing (#211) by Alex Besogonov · 6 years ago
  84. 6d93a82 Merge pull request #201 from Fedosin/fix_descriptions by Mitch Connors · 6 years ago
  85. 7be56ae Merge pull request #210 from dsbrng25b/master by Mitch Connors · 6 years ago
  86. 4890c25 Fix package doc by David Schneider · 7 years ago
  87. b3e76d4 Fix descriptions for StringSlice functions by Mike Fedosin · 7 years ago
  88. 24fa697 fix misspell (#197) by Davor Kapsa · 7 years ago
  89. 916c5bf Fix typo in count.go (#196) by terorie · 7 years ago
  90. aea12ed add int32 & int64 slice support (#194) by Noah Dietz · 7 years ago
  91. 454a7fb add float32 & float64 slice support (#192) by Noah Dietz · 7 years ago
  92. 082b515 Travis: test on 1.9 as well (#191) by Eric Paris · 7 years ago
  93. 252d3ee travis: update to 1.10 and 1.11 in travis tests (#190) by Eric Paris · 7 years ago
  94. 0873577 Fix golint import path (#189) by golint fixer · 7 years ago
  95. b5e1a80 Sentence restructure and grammar fix (#188) by Matthew Cale · 7 years ago
  96. 298182f Fix panic when parsing unknown flag followed by empty argument (#173) by Oren Shomron · 7 years ago
  97. d929dcb Handle single string=>string flags without quotes (#179) by Tamal Saha · 7 years ago
  98. 947b89b Add map valued (string->string, string->int) flags. (#133) by Tamal Saha · 7 years ago
  99. 9a97c10 bytes: add support for base64 encoded flags (#177) by Gorka Lerchundi Osa · 7 years ago
  100. 3ebe029 Allow bubbling up of -test.* flags (#169) by Joffrey F · 8 years ago