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-24
Allow flag name normalization for compare
Tim Hockin
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-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
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
2012-05-09
New section heading for command-line usage
Alex Ogier
2012-05-09
Reformat go snippets in the README
Alex Ogier
2012-05-09
Add README
Alex Ogier
2012-05-07
Formatted with go fmt
Alex Ogier
2012-05-04
Fix up pflag's usage documentation, and reference GNU spec
Alex Ogier
2012-05-04
Import the full github path in tests
Alex Ogier
2012-05-04
Fix up example for pflag
Alex Ogier
2012-05-04
s/shortcut/shorthand/
Alex Ogier
2012-05-04
Document the spaceless shortcut argument format -Ifile
Alex Ogier
2012-05-04
Print defaults with nice spacing regardless of shortcuts
Alex Ogier
2012-05-04
Update package documentation for POSIX-style flags
Alex Ogier
2012-05-04
Add a LICENSE file
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-05-04
Nicer error message for undefined flags
Alex Ogier
2012-04-30
Mark flags as visited based on their name
Alex Ogier
2012-04-30
Rename package flag --> pflag
Alex Ogier
2012-04-30
Oops, allocate memory for arguments, don't set them to ""
Alex Ogier
[next]