Sign in
edge
/
third_party
/
spf13
/
pflag
/
HEAD
9ff6c69
Add FlagSet.FlagUsagesWrapped(cols) which wraps to the given column (#105)
by Ian Campbell
· 9 years ago
master
a9a634f
Add BoolSlice and UintSlice flag types. (#111)
by Jonathan Reyna
· 9 years ago
a232f6d
Merge pull request #102 from bogem/redundant
by Eric Paris
· 9 years ago
5126803
Merge pull request #110 from hardikbagdi/master
by Eric Paris
· 9 years ago
230dccf
add badges to README.md
by Hardik Bagdi
· 9 years ago
c431975
Merge pull request #107 from xilabao/add-user-supplied-func-when-parse
by Eric Paris
· 9 years ago
271ea0e
Make command line parsing available outside pflag
by xilabao
· 9 years ago
25f8b5b
Merge pull request #109 from SinghamXiao/master
by Eric Paris
· 9 years ago
1fcda0c
too many arguments
by yuanxiao
· 9 years ago
5ccb023
Remove Go 1.5 from Travis
by Bjørn Erik Pedersen
· 9 years ago
86d3545
Clean up code
by bogem
· 9 years ago
dabebe2
Merge pull request #101 from dnephin/fix-default-value-of-string
by Eric Paris
· 9 years ago
7597b27
Don't print escaped strings for the default value of string flags with a default is set.
by Daniel Nephin
· 9 years ago
0e7ce96
Merge pull request #100 from dnephin/dont-escape-windows-paths
by Eric Paris
· 9 years ago
f2a61de
Don't print escaped strings for the default value of string flags.
by Daniel Nephin
· 9 years ago
bf8481a
Merge pull request #99 from mmilata/string-array-square-brackets
by Eric Paris
· 9 years ago
b027180
Fix square bracket handling in string_array
by Martin Milata
· 9 years ago
b83537d
Merge pull request #98 from shenwei356/master
by Eric Paris
· 9 years ago
13e924d
fix bug of string_slice with square brackets
by shenwei356
· 9 years ago
4bd6963
Merge pull request #94 from bogem/noverbs
by Eric Paris
· 9 years ago
92abf19
Optimize fmt statements
by bogem
· 9 years ago
c7e63cf
Merge pull request #93 from bogem/flagStrings
by Eric Paris
· 9 years ago
7b17cc4
Merge pull request #92 from moorereason/iss91
by Eric Paris
· 9 years ago
d16d05e
Use strconv instead of fmt in values' String funcs
by bogem
· 9 years ago
5b54501
Fix default values for custom fields
by Cameron Moore
· 9 years ago
6fd2ff4
Merge pull request #90 from wu8685/string_array
by Eric Paris
· 9 years ago
191ef6f
add a new type StringArray
by wu8685
· 9 years ago
103ce5c
Merge pull request #88 from bogem/fixes
by Eric Paris
· 9 years ago
b38ddae
Add check of error in int slice test
by bogem
· 9 years ago
6ca9554
Fix verbs for *bool in bool test
by bogem
· 9 years ago
6454a84
Merge pull request #82 from wu8685/comma-in-string-slice
by Eric Paris
· 9 years ago
d68ef7c
Fix bug in FlagSet.GetStringSlice when a comma in a string slice value
by wu8685
· 9 years ago
4f91904
Merge pull request #78 from moorereason/go1.7-zerovalues
by Eric Paris
· 9 years ago
b2cdba0
Update travis config
by Cameron Moore
· 9 years ago
f90e8bb
Refactor default value detection
by Cameron Moore
· 9 years ago
01665e1
Merge pull request #85 from bogem/usage
by Eric Paris
· 9 years ago
f26459a
Use flag's string type in usage
by bogem
· 9 years ago
f676131
Merge pull request #84 from apelisse/fix-empty-string-slice
by Eric Paris
· 9 years ago
1ceb032
Fix string_slice with empty value
by Antoine Pelisse
· 9 years ago
1560c10
Bump Go versions in Travis config
by Bjørn Erik Pedersen
· 9 years ago
3678644
Merge pull request #74 from alexbrand/master
by Eric Paris
· 9 years ago
253e780
Document AddGoFlagSet method in the README file
by Alexander Brand
· 9 years ago
cb88ea7
Passthrough flags inserted by go test
by Moshe Cohen
· 10 years ago
74a7afd
Fix a typo in README
by Jake Worth
· 10 years ago
8f6a28b
Merge pull request #67 from johnSchnake/availableFlags
by Eric Paris
· 9 years ago
b36bf8b
Add simple method to see if a flagset has available flags
by John Schnake
· 9 years ago
1f29671
Merge pull request #69 from johnSchnake/travisUpdate
by Eric Paris
· 9 years ago
e91c111
Remove go 1.3 and 1.4 from travis; add 1.6
by John Schnake
· 9 years ago
7f60f83
Issue #55: implement Go 1.5-style default usage formatting.
by Giovanni Bajo
· 10 years ago
76a42ea
Better support golang flag short values
by Eric Paris
· 10 years ago
08b1a58
Merge pull request #59 from eparis/csv-escaping
by Eric Paris
· 10 years ago
4e5c959
And test go 1.5 while we are at it
by Eric Paris
· 10 years ago
9c1e8f8
Use encoding/csv to parse string slices
by Eric Paris
· 10 years ago
b084184
Merge pull request #58 from eparis/code-cleanliness
by Eric Paris
· 10 years ago
b02994d
Add more CI checks forcing code cleanliness
by Eric Paris
· 10 years ago
5a13a75
Merge pull request #56 from eparis/len-at-dash
by Eric Paris
· 10 years ago
b25fea9
Store the length of Args when a -- is found in commandline
by Eric Paris
· 10 years ago
f735fdf
Merge pull request #53 from sdomino/feature/private-flags
by Eric Paris
· 10 years ago
574bc4c
adding a private field to flags, and a function for marking flags as private
by Steve Domino
· 10 years ago
8e7dc10
Merge pull request #52 from JanetKuo/shorthand-deprecator
by Eric Paris
· 10 years ago
e12c301
Add shorthand deprecator
by Janet Kuo
· 10 years ago
112aaa5
Merge pull request #51 from eparis/golangflag-defval
by Eric Paris
· 10 years ago
4412b61
Do not trust golang flag's DefValue
by Eric Paris
· 10 years ago
79cd276
Merge pull request #49 from eparis/golangflags
by Eric Paris
· 10 years ago
a92a287
Add functions to support golang flags in pflags
by Eric Paris
· 10 years ago
11251d7
Merge pull request #48 from eparis/addFlagSet
by Eric Paris
· 10 years ago
e0e7ef7
New AddFlagSet function on FlagSet
by Eric Paris
· 10 years ago
4b69d21
Merge pull request #45 from eparis/use-type
by Eric Paris
· 10 years ago
30f7e99
Use Type() instead of internal .(*stringValue)
by Eric Paris
· 10 years ago
ccad0e1
Merge pull request #46 from eparis/goreportcard
by Eric Paris
· 10 years ago
da10e08
Merge pull request #47 from eparis/usageMerge
by Eric Paris
· 10 years ago
6e29cd8
Reduce code duplication in PrintDefaults/FlagUsages
by Eric Paris
· 10 years ago
0692da7
Fix up minor things found by goreportcard.com
by Eric Paris
· 10 years ago
1ad1648
Merge pull request #44 from eparis/optional-flag-display
by Eric Paris
· 10 years ago
a5c4bbf
Annotate optional flags in usageFunc
by Eric Paris
· 10 years ago
580b9be
Merge pull request #43 from technoweenie/typo-anxiety
by Eric Paris
· 10 years ago
cc0d9fc
typo
by Rick Olson
· 10 years ago
4869ec2
Merge pull request #41 from eparis/fix-slice-defaults
by Eric Paris
· 10 years ago
978c009
Merge pull request #42 from eparis/ogier-pick
by Eric Paris
· 10 years ago
a5b1ec7
Fix typo in bool_test.go
by ssgelm
· 10 years ago
95a6a40
Do not append to default values in {String,Int}Slice
by Eric Paris
· 10 years ago
41e9136
Merge pull request #39 from eparis/changed-helper
by Eric Paris
· 10 years ago
dea3a79
More tests for Changed
by Eric Paris
· 10 years ago
e63672e
Merge pull request #38 from eparis/changed-helper
by Eric Paris
· 10 years ago
72d256d
New helper to easily see if a flag has been set
by Eric Paris
· 10 years ago
534019b
Merge pull request #37 from eparis/ip-tests
by Eric Paris
· 10 years ago
686b63f
New counter flag type
by Eric Paris
· 10 years ago
6fc1d08
Add new net.IPNet flag type
by Eric Paris
· 10 years ago
30bf08c
Add _test for the net.IP flag type
by Eric Paris
· 10 years ago
c2a4060
Merge pull request #36 from eparis/empty-slices
by Eric Paris
· 10 years ago
6048bb1
Do not include \n in Errorf output
by Eric Paris
· 10 years ago
5108914
Empty slices should be empty, not have a single (empty) string
by Eric Paris
· 10 years ago
08f0403
Merge pull request #35 from eparis/slice-multi-call
by Eric Paris
· 10 years ago
90b831e
String and Int slices called twice should append not overwrite
by Eric Paris
· 10 years ago
af83f85
Merge pull request #34 from eparis/slice-show-bracket
by Eric Paris
· 10 years ago
3ff81a4
Show [] around string slices when showing the text
by Eric Paris
· 10 years ago
67cbc19
Merge pull request #30 from eparis/docs
by Eric Paris
· 10 years ago
1928639
docs
by Eric Paris
· 10 years ago
6ff05c5
Merge pull request #20 from eparis/optional-args
by Eric Paris
· 10 years ago
4699827
Add support for '--flag arg'
by Eric Paris
· 10 years ago
Next »