index
:
github.com/spf13/pflag.git
docs/contrib
forOgier
master
remove-type-from-value
reset-args-even-if-empty
Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
flag_test.go
Age
Commit message (
Expand
)
Author
2015-04-28
Ability to mark flags as deprecated
Eric Paris
2015-04-27
Merge pull request #12 from fabianofranz/master
Eric Paris
2015-04-23
Allow WordSeparators to be set after flags are added
Tim Hockin
2015-04-24
Allow flag name normalization for compare
Tim Hockin
2015-04-22
Add support to short form with equal sign: -p=value
fabianofranz
2015-02-17
Fix handling of -- termination
Andy Goldstein
2015-02-14
Move test files to the 'pflag' package
Alex Ogier
2015-01-16
Fix unit tests to include Type() method in custom types
Filipe Brandenburger
2014-06-27
Fixing issues so test pass again
spf13
2014-04-02
Compatibility: commandLine -> CommandLine
Alec Thomas
2012-12-20
Set interspersed behaviour via a setter.
Alec Thomas
2012-12-19
Add support for non-interspersed option/non-option args.
Alec Thomas
2012-05-09
Tighten up parsing to be less ambiguous, follow GNU conventions
Alex Ogier
2012-05-04
Import the full github path in tests
Alex Ogier
2012-05-04
Fix tests for interspersed parsing
Alex Ogier
2012-05-04
Fix up tests to use long -- form
Alex Ogier
2012-04-30
Rename package flag --> pflag
Alex Ogier
2012-04-26
Copy the flag module from the go standard library
Alex Ogier
[prev]