aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-08Merge pull request #19 from eparis/parse-reworkBjørn Erik Pedersen
2015-05-08Rewrite short arg parsing for readabilityEric Paris
2015-05-08parseLongArg code rework for readabilityEric Paris
2015-05-01Merge pull request #16 from eparis/mergeSteve Francia
2015-04-29Merge pull request #17 from eparis/NormalizeFuncReadmeEric Paris
2015-04-29Add docs and examples how to use the flag normalization funcEric Paris
2015-04-29Update travis for spf13Eric Paris
2015-04-29Merge remote-tracking branch 'ogier/master' into mergeEric Paris
2015-04-28Merge pull request #15 from eparis/generic-flag-normalization-thockinEric Paris
2015-04-28Custom normalization funcEric Paris
2015-04-28Make normalizedName external so we can make the functions externalEric Paris
2015-04-28Merge pull request #9 from eparis/deprecated-flagEric Paris
2015-04-28Ability to mark flags as deprecatedEric Paris
2015-04-27Merge pull request #10 from eparis/declare_by_nameEric Paris
2015-04-27Merge pull request #12 from fabianofranz/masterEric Paris
2015-04-27Merge pull request #13 from thockin/dash-under-equivEric Paris
2015-04-23Allow WordSeparators to be set after flags are addedTim Hockin
2015-04-24Allow flag name normalization for compareTim Hockin
2015-04-22Add support to short form with equal sign: -p=valuefabianofranz
2015-04-07Declare Flag{ by name instead of orderEric Paris
2015-04-01add annotations for flagsEric Paris
2015-03-12Always return when err is not nil.Brendan Burns
2015-02-17Merge pull request #5 from ncdc/fix-double-dash-terminationFilipe Brandenburger
2015-02-17Fix handling of -- terminationAndy Goldstein
2015-02-15Add Travis build status marker to READMEAlex Ogier
2015-02-14Move test files to the 'pflag' packageAlex Ogier
2015-02-15Merge pull request #15 from ogier/enable_travis_ciAlex Ogier
2015-02-14Add .travis.yml fileAlex Ogier
2015-02-14Fixed noisy test case for the new boolFlagAlex Ogier
2015-01-22Merge pull request #3 from filbranden/bool_value_for_spf13Filipe Brandenburger
2015-01-16Add unit test case for IsBoolValue() implementing a tri-state flag (true/fals...Filipe Brandenburger
2015-01-16Add support for custom boolean flags through IsBoolFlag()Filipe Brandenburger
2015-01-16Add unit test case for IsBoolValue() implementing a tri-state flag (true/fals...Filipe Brandenburger
2015-01-16Add support for custom boolean flags through IsBoolFlag()Filipe Brandenburger
2015-01-16Fix unit tests to include Type() method in custom typesFilipe Brandenburger
2014-07-11Adding Type() method to the values.spf13
2014-06-27Moving Value interface to the appropriate filespf13
2014-06-27Fixing issues so test pass againspf13
2014-06-27Merge branch 'master' of https://github.com/ogier/pflagspf13
2014-06-08Merge pull request #7 from alecthomas/masterAlex Ogier
2014-04-02Update docs on GetCommandLine.Alec Thomas
2014-04-02Compatibility: commandLine -> CommandLineAlec Thomas
2014-03-17More data types. Each in a separate file.Riobard
2014-03-17Merge pull request #5 from schickling/patch-1Alex Ogier
2014-03-16Make reuse message more clearJohannes Schickling
2013-11-12adding changed flag on flag to track user set vs defaultspf13
2013-11-05Fixing bug where invalid trailing short flag would cause panicspf13
2013-09-24cleaning up and adding some functionality needed by cobraspf13
2013-07-10Add a link to godoc.orgAlex Ogier
2012-12-20Merge pull request #2 from alecthomas/masterAlex Ogier