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.go
Age
Commit message (
Expand
)
Author
2016-08-16
Refactor default value detection
Cameron Moore
2016-08-14
Use flag's string type in usage
bogem
2016-04-27
Passthrough flags inserted by go test
Moshe Cohen
2016-04-11
Add simple method to see if a flagset has available flags
John Schnake
2015-12-18
Issue #55: implement Go 1.5-style default usage formatting.
Giovanni Bajo
2015-09-23
Add more CI checks forcing code cleanliness
Eric Paris
2015-09-16
Store the length of Args when a -- is found in commandline
Eric Paris
2015-09-07
adding a private field to flags, and a function for marking flags as private
Steve Domino
2015-08-20
Add shorthand deprecator
Janet Kuo
2015-08-15
New AddFlagSet function on FlagSet
Eric Paris
2015-08-15
Use Type() instead of internal .(*stringValue)
Eric Paris
2015-08-15
Merge pull request #46 from eparis/goreportcard
Eric Paris
2015-08-15
Reduce code duplication in PrintDefaults/FlagUsages
Eric Paris
2015-08-15
Fix up minor things found by goreportcard.com
Eric Paris
2015-08-14
Annotate optional flags in usageFunc
Eric Paris
2015-08-07
New helper to easily see if a flag has been set
Eric Paris
2015-08-05
Do not include \n in Errorf output
Eric Paris
2015-06-22
Add support for '--flag arg'
Eric Paris
2015-06-22
Set default values if no arg given
Eric Paris
2015-06-22
Merge pull request #25 from eparis/GetFlagType
Eric Paris
2015-06-22
Add SetAnnotation helper
Jordan Liggitt
2015-06-01
Add new FlagSet.Get{Int,String,...} accessor functions
Eric Paris
2015-05-27
Slight code cleanup parsing long flags
Eric Paris
2015-05-12
Fixed statement
Anastasis Andronidis
2015-05-12
Normalization should change the name
Anastasis Andronidis
2015-05-10
Call normalizeFlagName function only once
Anastasis Andronidis
2015-05-08
Support bool= with shortnames
Eric Paris
2015-05-08
Rewrite short arg parsing for readability
Eric Paris
2015-05-08
parseLongArg code rework for readability
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
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-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
Fix handling of -- termination
Andy Goldstein
2015-01-16
Add support for custom boolean flags through IsBoolFlag()
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-04-02
Compatibility: commandLine -> CommandLine
Alec Thomas
2014-03-17
More data types. Each in a separate file.
Riobard
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
[next]