aboutsummaryrefslogtreecommitdiff
path: root/flag_test.go
AgeCommit message (Expand)Author
2015-04-28Ability to mark flags as deprecatedEric Paris
2015-04-27Merge pull request #12 from fabianofranz/masterEric 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-02-17Fix handling of -- terminationAndy Goldstein
2015-02-14Move test files to the 'pflag' packageAlex Ogier
2015-01-16Fix unit tests to include Type() method in custom typesFilipe Brandenburger
2014-06-27Fixing issues so test pass againspf13
2014-04-02Compatibility: commandLine -> CommandLineAlec Thomas
2012-12-20Set interspersed behaviour via a setter.Alec Thomas
2012-12-19Add support for non-interspersed option/non-option args.Alec Thomas
2012-05-09Tighten up parsing to be less ambiguous, follow GNU conventionsAlex Ogier
2012-05-04Import the full github path in testsAlex Ogier
2012-05-04Fix tests for interspersed parsingAlex Ogier
2012-05-04Fix up tests to use long -- formAlex Ogier
2012-04-30Rename package flag --> pflagAlex Ogier
2012-04-26Copy the flag module from the go standard libraryAlex Ogier