1. 85dd5c8 Add IPNetSlice and unit tests (#170) by rpothier · 3 years, 7 months ago main master
  2. 6971c29 remove dead code for checking error nil (#282) by Yash · 3 years, 8 months ago
  3. 81378bb Add exported functions to preserve `pkg/flag` compatibility (#220) by Ryan McKern · 4 years ago
  4. 2e9d26c Merge pull request #219 from cfromknecht/fix-mod by Mitch Connors · 4 years, 7 months ago v1.0.5 v1.0.5-rc1
  5. 14457a6 Remove require pflag v1.0.3 by Conner Fromknecht · 4 years, 7 months ago
  6. e8f2996 Fix typo in go.mod by Mitch Connors · 4 years, 7 months ago v1.0.4
  7. 7b22f68 Merge pull request #216 from therealmitchconnors/elegant by Mitch Connors · 4 years, 7 months ago
  8. 8e39cc4 gofmt by therealmitchconnors · 4 years, 8 months ago
  9. 68f4136 Add SliceValue Comments by therealmitchconnors · 4 years, 8 months ago
  10. b22fc70 Expand SliceValue support to all slice and array types. by therealmitchconnors · 4 years, 8 months ago
  11. c6c0f0f Add first SliceValue implementations by therealmitchconnors · 4 years, 9 months ago
  12. 9722382 Added String-To-Int64 option parsing (#211) by Alex Besogonov · 4 years, 9 months ago
  13. 6d93a82 Merge pull request #201 from Fedosin/fix_descriptions by Mitch Connors · 4 years, 9 months ago
  14. 7be56ae Merge pull request #210 from dsbrng25b/master by Mitch Connors · 4 years, 9 months ago
  15. 4890c25 Fix package doc by David Schneider · 4 years, 11 months ago
  16. b3e76d4 Fix descriptions for StringSlice functions by Mike Fedosin · 5 years ago
  17. 24fa697 fix misspell (#197) by Davor Kapsa · 5 years ago
  18. 916c5bf Fix typo in count.go (#196) by terorie · 5 years ago
  19. aea12ed add int32 & int64 slice support (#194) by Noah Dietz · 5 years ago
  20. 454a7fb add float32 & float64 slice support (#192) by Noah Dietz · 5 years ago
  21. 082b515 Travis: test on 1.9 as well (#191) by Eric Paris · 6 years ago
  22. 252d3ee travis: update to 1.10 and 1.11 in travis tests (#190) by Eric Paris · 6 years ago
  23. 0873577 Fix golint import path (#189) by golint fixer · 6 years ago
  24. b5e1a80 Sentence restructure and grammar fix (#188) by Matthew Cale · 6 years ago
  25. 298182f Fix panic when parsing unknown flag followed by empty argument (#173) by Oren Shomron · 6 years ago v1.0.3
  26. d929dcb Handle single string=>string flags without quotes (#179) by Tamal Saha · 6 years ago
  27. 947b89b Add map valued (string->string, string->int) flags. (#133) by Tamal Saha · 6 years ago
  28. 9a97c10 bytes: add support for base64 encoded flags (#177) by Gorka Lerchundi Osa · 6 years ago v1.0.2
  29. 3ebe029 Allow bubbling up of -test.* flags (#169) by Joffrey F · 6 years ago
  30. 583c0c0 Typo correction in flag.go (#164) by Saakallya Biswas · 6 years ago v1.0.1
  31. 329ebf1 Allow Users To Show Deprecated Flags (#163) by Eric Paris · 6 years ago
  32. 1ce0cc6 make x.Parsed() return true after AddGoFlagSet(x) and pflag.Parse() (#162) by childe · 6 years ago
  33. 1cd4a0c add ability to ignore unknown flags (#160) by Rajat Jindal · 6 years ago
  34. ad68c28 Add multiline wrapping support (#155) by mkishere · 6 years ago
  35. 45e82a3 Implement BytesHex type of argument (#115) by Eugene Agafonov · 6 years ago
  36. ee5fd03 doc: clarify difference between string slice vs. array (#158) by Michael Weibel · 6 years ago
  37. 6a877eb DurationSlice: implementation and tests (#122) by Roman Volosatovs · 6 years ago
  38. 4c012f6 Add uintSlice and boolSlice to name prettifier (#150) by Steven Roose · 6 years ago
  39. 97afa5e Prevent printing when using ContinueOnError (#144) by Steven Roose · 7 years ago
  40. 1f33b80 add int16 flag (#143) by Matthew Jaffee · 7 years ago
  41. a9789e8 Remove redundant break by Pontus Leitzler · 7 years ago
  42. 2c300e7 Fixing Count flag usage string (#141) by gonix · 7 years ago
  43. be7121d Fix SetNormalizeFunc (#137) by Diego Becciolini · 7 years ago
  44. 5c2d607 Generate flag error output for errors returned from the parseFunc (#138) by Michael Porter · 7 years ago
  45. 7aff26d New: renamed intSlice to ints in usage by Christophe Serafin · 7 years ago
  46. 230e229 Fixed: updated unittest by Christophe Serafin · 7 years ago
  47. adc6ccc New: added a default name to avoid stringSlice in the usage message. by Christophe Serafin · 7 years ago
  48. e57e3ee Delete example, what isn't even shown in docs by Albert Nigmatzianov · 7 years ago v1.0.0
  49. 80fe0fb Testing for Shorthand Lookup by Eric Paris · 7 years ago
  50. 75859d1 Add example to FlagSet.ShorthandLookup by Albert Nigmatzianov · 7 years ago
  51. 86425cb Add example to ShorthandLookup by Albert Nigmatzianov · 7 years ago
  52. 10b28b3 Add note about panic in ShorthandLookup by Albert Nigmatzianov · 7 years ago
  53. a84f757 Allow lookup by shorthand (#106) by Charlie R.C · 7 years ago
  54. c990990 Add Go 1.8.1 to .travis.yml by Albert Nigmatzianov · 7 years ago
  55. af3f947 Update .travis.yml by Albert Nigmatzianov · 7 years ago
  56. f1d95a3 Unify error message for panic and f.out by Albert Nigmatzianov · 7 years ago
  57. 314c91c Use comparison a string with "" instead of comparison of len by Albert Nigmatzianov · 7 years ago
  58. 1cd6182 Prevent parsing if there are no arguments by Albert Nigmatzianov · 7 years ago
  59. 9c8891d Add more verbosity to panic of shorthand redefinition by Albert Nigmatzianov · 7 years ago
  60. 1d9fab4 Use f.out in output flag deprecation by Albert Nigmatzianov · 7 years ago
  61. 4995a3e Make more detailed error in Set by Albert Nigmatzianov · 7 years ago
  62. 9421342 Add comments for better understanding of parsing short flags by Albert Nigmatzianov · 7 years ago
  63. 159e1d7 Document Count function by Albert Nigmatzianov · 7 years ago
  64. e466d44 Delete setFlag by Albert Nigmatzianov · 7 years ago
  65. 686edd7 Fix alreadythere variable name by Albert Nigmatzianov · 7 years ago
  66. af10531 Note about SortFlags in README by Albert Nigmatzianov · 7 years ago
  67. 2300d0f Merge pull request #119 from bogem/cachesortede by Albert Nigmatzianov · 7 years ago
  68. 9e4c210 Merge pull request #75 from jonathanmarvens/patch-1 by Albert Nigmatzianov · 7 years ago
  69. d627760 Merge pull request #116 from bogem/fixdocs by Albert Nigmatzianov · 7 years ago
  70. e453343 flag_test: fix go vet (#123) by Tamir Duberstein · 7 years ago
  71. 0328f15 Cache sorted flags by Albert Nigmatzianov · 7 years ago
  72. 9a906f1 Prevent changing order of flags after SetNormalizeFunc() (#121) by Albert Nigmatzianov · 7 years ago
  73. d16db1e Modified to display a string default value as double quoted and escaped (#118) by Matthew Winter · 7 years ago
  74. d90f37a Add SortFlags option (#113) by Albert Nigmatzianov · 7 years ago
  75. b205ad1 Change `ogier` to `spf13` in docs and README by Albert Nigmatzianov · 7 years ago
  76. 9ff6c69 Add FlagSet.FlagUsagesWrapped(cols) which wraps to the given column (#105) by Ian Campbell · 7 years ago
  77. a9a634f Add BoolSlice and UintSlice flag types. (#111) by Jonathan Reyna · 7 years ago
  78. a232f6d Merge pull request #102 from bogem/redundant by Eric Paris · 7 years ago
  79. 5126803 Merge pull request #110 from hardikbagdi/master by Eric Paris · 7 years ago
  80. 230dccf add badges to README.md by Hardik Bagdi · 7 years ago
  81. c431975 Merge pull request #107 from xilabao/add-user-supplied-func-when-parse by Eric Paris · 7 years ago
  82. 271ea0e Make command line parsing available outside pflag by xilabao · 7 years ago
  83. 25f8b5b Merge pull request #109 from SinghamXiao/master by Eric Paris · 7 years ago
  84. 1fcda0c too many arguments by yuanxiao · 7 years ago
  85. 5ccb023 Remove Go 1.5 from Travis by Bjørn Erik Pedersen · 8 years ago
  86. 86d3545 Clean up code by bogem · 8 years ago
  87. dabebe2 Merge pull request #101 from dnephin/fix-default-value-of-string by Eric Paris · 8 years ago
  88. 7597b27 Don't print escaped strings for the default value of string flags with a default is set. by Daniel Nephin · 8 years ago
  89. 0e7ce96 Merge pull request #100 from dnephin/dont-escape-windows-paths by Eric Paris · 8 years ago
  90. f2a61de Don't print escaped strings for the default value of string flags. by Daniel Nephin · 8 years ago
  91. bf8481a Merge pull request #99 from mmilata/string-array-square-brackets by Eric Paris · 8 years ago
  92. b027180 Fix square bracket handling in string_array by Martin Milata · 8 years ago
  93. b83537d Merge pull request #98 from shenwei356/master by Eric Paris · 8 years ago
  94. 13e924d fix bug of string_slice with square brackets by shenwei356 · 8 years ago
  95. 4bd6963 Merge pull request #94 from bogem/noverbs by Eric Paris · 8 years ago
  96. 92abf19 Optimize fmt statements by bogem · 8 years ago
  97. c7e63cf Merge pull request #93 from bogem/flagStrings by Eric Paris · 8 years ago
  98. 7b17cc4 Merge pull request #92 from moorereason/iss91 by Eric Paris · 8 years ago
  99. d16d05e Use strconv instead of fmt in values' String funcs by bogem · 8 years ago
  100. 5b54501 Fix default values for custom fields by Cameron Moore · 8 years ago