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
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-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
2015-10-13
And test go 1.5 while we are at it
Eric Paris
2015-10-13
Use encoding/csv to parse string slices
Eric Paris
2015-09-23
Merge pull request #58 from eparis/code-cleanliness
Eric Paris
2015-09-23
Add more CI checks forcing code cleanliness
Eric Paris
2015-09-17
Merge pull request #56 from eparis/len-at-dash
Eric Paris
2015-09-16
Store the length of Args when a -- is found in commandline
Eric Paris
2015-09-08
Merge pull request #53 from sdomino/feature/private-flags
Eric Paris
2015-09-07
adding a private field to flags, and a function for marking flags as private
Steve Domino
2015-08-20
Merge pull request #52 from JanetKuo/shorthand-deprecator
Eric Paris
2015-08-20
Add shorthand deprecator
Janet Kuo
2015-08-16
Merge pull request #51 from eparis/golangflag-defval
Eric Paris
2015-08-16
Do not trust golang flag's DefValue
Eric Paris
2015-08-16
Merge pull request #49 from eparis/golangflags
Eric Paris
2015-08-16
Add functions to support golang flags in pflags
Eric Paris
2015-08-16
Merge pull request #48 from eparis/addFlagSet
Eric Paris
2015-08-15
New AddFlagSet function on FlagSet
Eric Paris
2015-08-15
Merge pull request #45 from eparis/use-type
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
Merge pull request #47 from eparis/usageMerge
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-15
Merge pull request #44 from eparis/optional-flag-display
Eric Paris
2015-08-14
Annotate optional flags in usageFunc
Eric Paris
2015-08-14
Merge pull request #43 from technoweenie/typo-anxiety
Eric Paris
2015-08-14
typo
Rick Olson
[next]