aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-05-08Delete example, what isn't even shown in docsv1.0.0Albert Nigmatzianov
2017-05-05Testing for Shorthand LookupEric Paris
2017-05-05Add example to FlagSet.ShorthandLookupAlbert Nigmatzianov
2017-05-05Add example to ShorthandLookupAlbert Nigmatzianov
2017-05-05Add note about panic in ShorthandLookupAlbert Nigmatzianov
2017-05-05Allow lookup by shorthand (#106)Charlie R.C
2017-05-02Add Go 1.8.1 to .travis.ymlAlbert Nigmatzianov
2017-05-02Update .travis.ymlAlbert Nigmatzianov
2017-04-27Unify error message for panic and f.outAlbert Nigmatzianov
2017-04-26Use comparison a string with "" instead of comparison of lenAlbert Nigmatzianov
2017-04-26Prevent parsing if there are no argumentsAlbert Nigmatzianov
2017-04-26Add more verbosity to panic of shorthand redefinitionAlbert Nigmatzianov
2017-04-26Use f.out in output flag deprecationAlbert Nigmatzianov
2017-04-26Make more detailed error in SetAlbert Nigmatzianov
2017-04-26Add comments for better understanding of parsing short flagsAlbert Nigmatzianov
2017-04-26Document Count functionAlbert Nigmatzianov
2017-04-26Delete setFlagAlbert Nigmatzianov
2017-04-26Fix alreadythere variable nameAlbert Nigmatzianov
2017-04-26Note about SortFlags in READMEAlbert Nigmatzianov
2017-04-18Merge pull request #119 from bogem/cachesortedeAlbert Nigmatzianov
2017-04-17Merge pull request #75 from jonathanmarvens/patch-1Albert Nigmatzianov
2017-04-17Merge pull request #116 from bogem/fixdocsAlbert Nigmatzianov
2017-04-12flag_test: fix go vet (#123)Tamir Duberstein
2017-04-05Cache sorted flagsAlbert Nigmatzianov
2017-04-05Prevent changing order of flags after SetNormalizeFunc() (#121)Albert Nigmatzianov
2017-03-27Modified to display a string default value as double quoted and escaped (#118)Matthew Winter
2017-03-25Add SortFlags option (#113)Albert Nigmatzianov
2017-03-25Change `ogier` to `spf13` in docs and READMEAlbert Nigmatzianov
2017-01-30Add FlagSet.FlagUsagesWrapped(cols) which wraps to the given column (#105)Ian Campbell
2017-01-25Add BoolSlice and UintSlice flag types. (#111)Jonathan Reyna