Sign in
fuchsia
/
third_party
/
github.com
/
spf13
/
pflag
/
HEAD
85dd5c8
Add IPNetSlice and unit tests (#170)
by rpothier
· 5 years ago
main
master
6971c29
remove dead code for checking error nil (#282)
by Yash
· 5 years ago
81378bb
Add exported functions to preserve `pkg/flag` compatibility (#220)
by Ryan McKern
· 6 years ago
2e9d26c
Merge pull request #219 from cfromknecht/fix-mod
by Mitch Connors
· 6 years ago
v1.0.5
v1.0.5-rc1
14457a6
Remove require pflag v1.0.3
by Conner Fromknecht
· 6 years ago
e8f2996
Fix typo in go.mod
by Mitch Connors
· 6 years ago
v1.0.4
7b22f68
Merge pull request #216 from therealmitchconnors/elegant
by Mitch Connors
· 6 years ago
8e39cc4
gofmt
by therealmitchconnors
· 6 years ago
68f4136
Add SliceValue Comments
by therealmitchconnors
· 6 years ago
b22fc70
Expand SliceValue support to all slice and array types.
by therealmitchconnors
· 6 years ago
c6c0f0f
Add first SliceValue implementations
by therealmitchconnors
· 6 years ago
9722382
Added String-To-Int64 option parsing (#211)
by Alex Besogonov
· 6 years ago
6d93a82
Merge pull request #201 from Fedosin/fix_descriptions
by Mitch Connors
· 6 years ago
7be56ae
Merge pull request #210 from dsbrng25b/master
by Mitch Connors
· 6 years ago
4890c25
Fix package doc
by David Schneider
· 7 years ago
b3e76d4
Fix descriptions for StringSlice functions
by Mike Fedosin
· 7 years ago
24fa697
fix misspell (#197)
by Davor Kapsa
· 7 years ago
916c5bf
Fix typo in count.go (#196)
by terorie
· 7 years ago
aea12ed
add int32 & int64 slice support (#194)
by Noah Dietz
· 7 years ago
454a7fb
add float32 & float64 slice support (#192)
by Noah Dietz
· 7 years ago
082b515
Travis: test on 1.9 as well (#191)
by Eric Paris
· 7 years ago
252d3ee
travis: update to 1.10 and 1.11 in travis tests (#190)
by Eric Paris
· 7 years ago
0873577
Fix golint import path (#189)
by golint fixer
· 7 years ago
b5e1a80
Sentence restructure and grammar fix (#188)
by Matthew Cale
· 7 years ago
298182f
Fix panic when parsing unknown flag followed by empty argument (#173)
by Oren Shomron
· 7 years ago
v1.0.3
d929dcb
Handle single string=>string flags without quotes (#179)
by Tamal Saha
· 7 years ago
947b89b
Add map valued (string->string, string->int) flags. (#133)
by Tamal Saha
· 7 years ago
9a97c10
bytes: add support for base64 encoded flags (#177)
by Gorka Lerchundi Osa
· 7 years ago
v1.0.2
3ebe029
Allow bubbling up of -test.* flags (#169)
by Joffrey F
· 8 years ago
583c0c0
Typo correction in flag.go (#164)
by Saakallya Biswas
· 8 years ago
v1.0.1
329ebf1
Allow Users To Show Deprecated Flags (#163)
by Eric Paris
· 8 years ago
1ce0cc6
make x.Parsed() return true after AddGoFlagSet(x) and pflag.Parse() (#162)
by childe
· 8 years ago
1cd4a0c
add ability to ignore unknown flags (#160)
by Rajat Jindal
· 8 years ago
ad68c28
Add multiline wrapping support (#155)
by mkishere
· 8 years ago
45e82a3
Implement BytesHex type of argument (#115)
by Eugene Agafonov
· 8 years ago
ee5fd03
doc: clarify difference between string slice vs. array (#158)
by Michael Weibel
· 8 years ago
6a877eb
DurationSlice: implementation and tests (#122)
by Roman Volosatovs
· 8 years ago
4c012f6
Add uintSlice and boolSlice to name prettifier (#150)
by Steven Roose
· 8 years ago
97afa5e
Prevent printing when using ContinueOnError (#144)
by Steven Roose
· 8 years ago
1f33b80
add int16 flag (#143)
by Matthew Jaffee
· 8 years ago
a9789e8
Remove redundant break
by Pontus Leitzler
· 8 years ago
2c300e7
Fixing Count flag usage string (#141)
by gonix
· 8 years ago
be7121d
Fix SetNormalizeFunc (#137)
by Diego Becciolini
· 8 years ago
5c2d607
Generate flag error output for errors returned from the parseFunc (#138)
by Michael Porter
· 8 years ago
7aff26d
New: renamed intSlice to ints in usage
by Christophe Serafin
· 8 years ago
230e229
Fixed: updated unittest
by Christophe Serafin
· 8 years ago
adc6ccc
New: added a default name to avoid stringSlice in the usage message.
by Christophe Serafin
· 8 years ago
e57e3ee
Delete example, what isn't even shown in docs
by Albert Nigmatzianov
· 9 years ago
v1.0.0
80fe0fb
Testing for Shorthand Lookup
by Eric Paris
· 9 years ago
75859d1
Add example to FlagSet.ShorthandLookup
by Albert Nigmatzianov
· 9 years ago
86425cb
Add example to ShorthandLookup
by Albert Nigmatzianov
· 9 years ago
10b28b3
Add note about panic in ShorthandLookup
by Albert Nigmatzianov
· 9 years ago
a84f757
Allow lookup by shorthand (#106)
by Charlie R.C
· 9 years ago
c990990
Add Go 1.8.1 to .travis.yml
by Albert Nigmatzianov
· 9 years ago
af3f947
Update .travis.yml
by Albert Nigmatzianov
· 9 years ago
f1d95a3
Unify error message for panic and f.out
by Albert Nigmatzianov
· 9 years ago
314c91c
Use comparison a string with "" instead of comparison of len
by Albert Nigmatzianov
· 9 years ago
1cd6182
Prevent parsing if there are no arguments
by Albert Nigmatzianov
· 9 years ago
9c8891d
Add more verbosity to panic of shorthand redefinition
by Albert Nigmatzianov
· 9 years ago
1d9fab4
Use f.out in output flag deprecation
by Albert Nigmatzianov
· 9 years ago
4995a3e
Make more detailed error in Set
by Albert Nigmatzianov
· 9 years ago
9421342
Add comments for better understanding of parsing short flags
by Albert Nigmatzianov
· 9 years ago
159e1d7
Document Count function
by Albert Nigmatzianov
· 9 years ago
e466d44
Delete setFlag
by Albert Nigmatzianov
· 9 years ago
686edd7
Fix alreadythere variable name
by Albert Nigmatzianov
· 9 years ago
af10531
Note about SortFlags in README
by Albert Nigmatzianov
· 9 years ago
2300d0f
Merge pull request #119 from bogem/cachesortede
by Albert Nigmatzianov
· 9 years ago
9e4c210
Merge pull request #75 from jonathanmarvens/patch-1
by Albert Nigmatzianov
· 9 years ago
d627760
Merge pull request #116 from bogem/fixdocs
by Albert Nigmatzianov
· 9 years ago
e453343
flag_test: fix go vet (#123)
by Tamir Duberstein
· 9 years ago
0328f15
Cache sorted flags
by Albert Nigmatzianov
· 9 years ago
9a906f1
Prevent changing order of flags after SetNormalizeFunc() (#121)
by Albert Nigmatzianov
· 9 years ago
d16db1e
Modified to display a string default value as double quoted and escaped (#118)
by Matthew Winter
· 9 years ago
d90f37a
Add SortFlags option (#113)
by Albert Nigmatzianov
· 9 years ago
b205ad1
Change `ogier` to `spf13` in docs and README
by Albert Nigmatzianov
· 9 years ago
9ff6c69
Add FlagSet.FlagUsagesWrapped(cols) which wraps to the given column (#105)
by Ian Campbell
· 9 years ago
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
Next »