aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-04allow for blank ip addresses (#316)David Rivera
2020-10-09Add IPNetSlice and unit tests (#170)rpothier
2020-09-10remove dead code for checking error nil (#282)Yash
2020-06-10Update flag_test.goBill Johnson
2020-06-02Switching from whitelist to Allowlist terminologyBill Johnson
2020-05-04Add exported functions to preserve `pkg/flag` compatibility (#220)Ryan McKern
2019-09-18Merge pull request #219 from cfromknecht/fix-modv1.0.5-rc1v1.0.5Mitch Connors
2019-09-17Remove require pflag v1.0.3Conner Fromknecht
2019-09-17Fix typo in go.modv1.0.4Mitch Connors
2019-09-17Merge pull request #216 from therealmitchconnors/elegantMitch Connors
2019-09-10gofmttherealmitchconnors
2019-09-10Add SliceValue Commentstherealmitchconnors
2019-09-05Expand SliceValue support to all slice and array types.therealmitchconnors
2019-08-16Add first SliceValue implementationstherealmitchconnors
2019-08-13Added String-To-Int64 option parsing (#211)Alex Besogonov
2019-08-13Merge pull request #201 from Fedosin/fix_descriptionsMitch Connors
2019-08-13Merge pull request #210 from dsbrng25b/masterMitch Connors
2019-06-16Fix package docDavid Schneider
2019-02-11Fix descriptions for StringSlice functionsMike Fedosin
2018-12-23fix misspell (#197)Davor Kapsa
2018-12-12Fix typo in count.go (#196)terorie
2018-11-07add int32 & int64 slice support (#194)Noah Dietz
2018-11-07add float32 & float64 slice support (#192)Noah Dietz
2018-10-24Travis: test on 1.9 as well (#191)Eric Paris
2018-10-24travis: update to 1.10 and 1.11 in travis tests (#190)Eric Paris
2018-10-24Fix golint import path (#189)golint fixer
2018-10-24Sentence restructure and grammar fix (#188)Matthew Cale
2018-08-31Fix panic when parsing unknown flag followed by empty argument (#173)v1.0.3Oren Shomron
2018-08-21Handle single string=>string flags without quotes (#179)Tamal Saha
2018-08-15Add map valued (string->string, string->int) flags. (#133)Tamal Saha
2018-08-08bytes: add support for base64 encoded flags (#177)v1.0.2Gorka Lerchundi Osa
2018-06-01Allow bubbling up of -test.* flags (#169)Joffrey F
2018-04-12Typo correction in flag.go (#164)v1.0.1Saakallya Biswas
2018-04-10Allow Users To Show Deprecated Flags (#163)Eric Paris
2018-04-03make x.Parsed() return true after AddGoFlagSet(x) and pflag.Parse() (#162)childe
2018-03-30add ability to ignore unknown flags (#160)Rajat Jindal
2018-03-28Add multiline wrapping support (#155)mkishere
2018-03-28Implement BytesHex type of argument (#115)Eugene Agafonov
2018-02-20doc: clarify difference between string slice vs. array (#158)Michael Weibel
2018-02-08DurationSlice: implementation and tests (#122)Roman Volosatovs
2017-11-06Add uintSlice and boolSlice to name prettifier (#150)Steven Roose
2017-10-20Prevent printing when using ContinueOnError (#144)Steven Roose
2017-10-16add int16 flag (#143)Matthew Jaffee
2017-10-08Remove redundant breakPontus Leitzler
2017-10-05Fixing Count flag usage string (#141)gonix
2017-10-02Fix SetNormalizeFunc (#137)Diego Becciolini
2017-09-30Generate flag error output for errors returned from the parseFunc (#138)Michael Porter
2017-09-01New: renamed intSlice to ints in usageChristophe Serafin
2017-09-01Fixed: updated unittestChristophe Serafin
2017-09-01New: added a default name to avoid stringSlice in the usage message.Christophe Serafin