aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-01-19Merge pull request #102 from bogem/redundantEric Paris
2017-01-16Merge pull request #110 from hardikbagdi/masterEric Paris
2017-01-16add badges to README.mdHardik Bagdi
2017-01-15Merge pull request #107 from xilabao/add-user-supplied-func-when-parseEric Paris
2017-01-16Make command line parsing available outside pflagxilabao
2016-12-13Merge pull request #109 from SinghamXiao/masterEric Paris
2016-12-14too many argumentsyuanxiao
2016-10-24Remove Go 1.5 from TravisBjørn Erik Pedersen
2016-10-23Clean up codebogem
2016-10-18Merge pull request #101 from dnephin/fix-default-value-of-stringEric Paris
2016-10-18Don't print escaped strings for the default value of string flags with a defa...Daniel Nephin
2016-10-18Merge pull request #100 from dnephin/dont-escape-windows-pathsEric Paris
2016-10-18Don't print escaped strings for the default value of string flags.Daniel Nephin
2016-10-11Merge pull request #99 from mmilata/string-array-square-bracketsEric Paris
2016-10-11Fix square bracket handling in string_arrayMartin Milata
2016-10-06Merge pull request #98 from shenwei356/masterEric Paris
2016-10-07fix bug of string_slice with square bracketsshenwei356
2016-10-05Merge pull request #94 from bogem/noverbsEric Paris
2016-09-25Optimize fmt statementsbogem
2016-09-15Merge pull request #93 from bogem/flagStringsEric Paris