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
/
string_slice.go
Age
Commit message (
Expand
)
Author
2019-09-17
Merge pull request #216 from therealmitchconnors/elegant
Mitch Connors
2019-09-10
gofmt
therealmitchconnors
2019-08-16
Add first SliceValue implementations
therealmitchconnors
2019-02-11
Fix descriptions for StringSlice functions
Mike Fedosin
2018-02-20
doc: clarify difference between string slice vs. array (#158)
Michael Weibel
2016-10-23
Clean up code
bogem
2016-10-07
fix bug of string_slice with square brackets
shenwei356
2016-09-06
add a new type StringArray
wu8685
2016-08-19
Fix bug in FlagSet.GetStringSlice when a comma in a string slice value
wu8685
2016-08-03
Fix string_slice with empty value
Antoine Pelisse
2015-10-13
Use encoding/csv to parse string slices
Eric Paris
2015-08-15
Fix up minor things found by goreportcard.com
Eric Paris
2015-08-12
Do not append to default values in {String,Int}Slice
Eric Paris
2015-08-05
Empty slices should be empty, not have a single (empty) string
Eric Paris
2015-08-05
String and Int slices called twice should append not overwrite
Eric Paris
2015-08-05
Show [] around string slices when showing the text
Eric Paris
2015-06-22
Add new StringSlice flag type
Eric Paris