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
2017-01-19
Merge pull request #102 from bogem/redundant
Eric Paris
2017-01-16
Merge pull request #110 from hardikbagdi/master
Eric Paris
2017-01-16
add badges to README.md
Hardik Bagdi
2017-01-15
Merge pull request #107 from xilabao/add-user-supplied-func-when-parse
Eric Paris
2017-01-16
Make command line parsing available outside pflag
xilabao
2016-12-13
Merge pull request #109 from SinghamXiao/master
Eric Paris
2016-12-14
too many arguments
yuanxiao
2016-10-24
Remove Go 1.5 from Travis
Bjørn Erik Pedersen
2016-10-23
Clean up code
bogem
2016-10-18
Merge pull request #101 from dnephin/fix-default-value-of-string
Eric Paris
2016-10-18
Don't print escaped strings for the default value of string flags with a defa...
Daniel Nephin
2016-10-18
Merge pull request #100 from dnephin/dont-escape-windows-paths
Eric Paris
2016-10-18
Don't print escaped strings for the default value of string flags.
Daniel Nephin
2016-10-11
Merge pull request #99 from mmilata/string-array-square-brackets
Eric Paris
2016-10-11
Fix square bracket handling in string_array
Martin Milata
2016-10-06
Merge pull request #98 from shenwei356/master
Eric Paris
2016-10-07
fix bug of string_slice with square brackets
shenwei356
2016-10-05
Merge pull request #94 from bogem/noverbs
Eric Paris
2016-09-25
Optimize fmt statements
bogem
2016-09-15
Merge pull request #93 from bogem/flagStrings
Eric Paris
2016-09-11
Merge pull request #92 from moorereason/iss91
Eric Paris
2016-09-10
Use strconv instead of fmt in values' String funcs
bogem
2016-09-09
Fix default values for custom fields
Cameron Moore
2016-09-06
Merge pull request #90 from wu8685/string_array
Eric Paris
2016-09-06
add a new type StringArray
wu8685
2016-08-20
Merge pull request #88 from bogem/fixes
Eric Paris
2016-08-20
Add check of error in int slice test
bogem
2016-08-20
Fix verbs for *bool in bool test
bogem
2016-08-19
Merge pull request #82 from wu8685/comma-in-string-slice
Eric Paris
2016-08-19
Fix bug in FlagSet.GetStringSlice when a comma in a string slice value
wu8685
2016-08-16
Merge pull request #78 from moorereason/go1.7-zerovalues
Eric Paris
2016-08-16
Update travis config
Cameron Moore
2016-08-16
Refactor default value detection
Cameron Moore
2016-08-15
Merge pull request #85 from bogem/usage
Eric Paris
2016-08-14
Use flag's string type in usage
bogem
2016-08-04
Merge pull request #84 from apelisse/fix-empty-string-slice
Eric Paris
2016-08-03
Fix string_slice with empty value
Antoine Pelisse
2016-07-18
Bump Go versions in Travis config
Bjørn Erik Pedersen
2016-06-24
Removed unused field "exitOnError".
Jonathan Barronville
2016-06-10
Merge pull request #74 from alexbrand/master
Eric Paris
2016-06-09
Document AddGoFlagSet method in the README file
Alexander Brand
2016-04-27
Passthrough flags inserted by go test
Moshe Cohen
2016-04-27
Fix a typo in README
Jake Worth
2016-04-13
Merge pull request #67 from johnSchnake/availableFlags
Eric Paris
2016-04-11
Add simple method to see if a flagset has available flags
John Schnake
2016-04-11
Merge pull request #69 from johnSchnake/travisUpdate
Eric Paris
2016-04-11
Remove go 1.3 and 1.4 from travis; add 1.6
John Schnake
2015-12-18
Issue #55: implement Go 1.5-style default usage formatting.
Giovanni Bajo
2015-12-18
Better support golang flag short values
Eric Paris
2015-10-13
Merge pull request #59 from eparis/csv-escaping
Eric Paris
[prev]
[next]