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
Age
Commit message (
Expand
)
Author
2015-04-28
Merge pull request #15 from eparis/generic-flag-normalization-thockin
Eric Paris
2015-04-28
Custom normalization func
Eric Paris
2015-04-28
Make normalizedName external so we can make the functions external
Eric Paris
2015-04-28
Merge pull request #9 from eparis/deprecated-flag
Eric Paris
2015-04-28
Ability to mark flags as deprecated
Eric Paris
2015-04-27
Merge pull request #10 from eparis/declare_by_name
Eric Paris
2015-04-27
Merge pull request #12 from fabianofranz/master
Eric Paris
2015-04-27
Merge pull request #13 from thockin/dash-under-equiv
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-04-07
Declare Flag{ by name instead of order
Eric Paris
2015-04-01
add annotations for flags
Eric Paris
2015-03-12
Always return when err is not nil.
Brendan Burns
2015-02-17
Merge pull request #5 from ncdc/fix-double-dash-termination
Filipe Brandenburger
2015-02-17
Fix handling of -- termination
Andy Goldstein
2015-02-15
Add Travis build status marker to README
Alex Ogier
2015-02-14
Move test files to the 'pflag' package
Alex Ogier
2015-02-15
Merge pull request #15 from ogier/enable_travis_ci
Alex Ogier
2015-02-14
Add .travis.yml file
Alex Ogier
2015-02-14
Fixed noisy test case for the new boolFlag
Alex Ogier
2015-01-22
Merge pull request #3 from filbranden/bool_value_for_spf13
Filipe Brandenburger
2015-01-16
Add unit test case for IsBoolValue() implementing a tri-state flag (true/fals...
Filipe Brandenburger
2015-01-16
Add support for custom boolean flags through IsBoolFlag()
Filipe Brandenburger
2015-01-16
Add unit test case for IsBoolValue() implementing a tri-state flag (true/fals...
Filipe Brandenburger
2015-01-16
Add support for custom boolean flags through IsBoolFlag()
Filipe Brandenburger
2015-01-16
Fix unit tests to include Type() method in custom types
Filipe Brandenburger
2014-07-11
Adding Type() method to the values.
spf13
2014-06-27
Moving Value interface to the appropriate file
spf13
2014-06-27
Fixing issues so test pass again
spf13
2014-06-27
Merge branch 'master' of https://github.com/ogier/pflag
spf13
2014-06-08
Merge pull request #7 from alecthomas/master
Alex Ogier
2014-04-02
Update docs on GetCommandLine.
Alec Thomas
2014-04-02
Compatibility: commandLine -> CommandLine
Alec Thomas
2014-03-17
More data types. Each in a separate file.
Riobard
2014-03-17
Merge pull request #5 from schickling/patch-1
Alex Ogier
2014-03-16
Make reuse message more clear
Johannes Schickling
2013-11-12
adding changed flag on flag to track user set vs default
spf13
2013-11-05
Fixing bug where invalid trailing short flag would cause panic
spf13
2013-09-24
cleaning up and adding some functionality needed by cobra
spf13
2013-07-10
Add a link to godoc.org
Alex Ogier
2012-12-20
Merge pull request #2 from alecthomas/master
Alex Ogier
2012-12-20
Fix comment.
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-12-19
Squelch internal error messages while testing
Alex Ogier
2012-12-19
Add missing VarP function for the default command line
Alex Ogier
2012-12-19
Merge changes from Go's standard flag library.
Alex Ogier
2012-05-09
Tighten up parsing to be less ambiguous, follow GNU conventions
Alex Ogier
2012-05-09
Use proper markdown links
Alex Ogier
[prev]
[next]