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
2015-08-14
typo
Rick Olson
2015-08-12
Merge pull request #41 from eparis/fix-slice-defaults
Eric Paris
2015-08-12
Merge pull request #42 from eparis/ogier-pick
Eric Paris
2015-08-12
Fix typo in bool_test.go
ssgelm
2015-08-12
Do not append to default values in {String,Int}Slice
Eric Paris
2015-08-07
Merge pull request #39 from eparis/changed-helper
Eric Paris
2015-08-07
More tests for Changed
Eric Paris
2015-08-07
Merge pull request #38 from eparis/changed-helper
Eric Paris
2015-08-07
New helper to easily see if a flag has been set
Eric Paris
2015-08-05
Merge pull request #37 from eparis/ip-tests
Eric Paris
2015-08-05
New counter flag type
Eric Paris
2015-08-05
Add new net.IPNet flag type
Eric Paris
2015-08-05
Add _test for the net.IP flag type
Eric Paris
2015-08-05
Merge pull request #36 from eparis/empty-slices
Eric Paris
2015-08-05
Do not include \n in Errorf output
Eric Paris
2015-08-05
Empty slices should be empty, not have a single (empty) string
Eric Paris
2015-08-05
Merge pull request #35 from eparis/slice-multi-call
Eric Paris
2015-08-05
String and Int slices called twice should append not overwrite
Eric Paris
2015-08-05
Merge pull request #34 from eparis/slice-show-bracket
Eric Paris
2015-08-05
Show [] around string slices when showing the text
Eric Paris
2015-06-22
Merge pull request #30 from eparis/docs
Eric Paris
2015-06-22
docs
Eric Paris
2015-06-22
Merge pull request #20 from eparis/optional-args
Eric Paris
2015-06-22
Add support for '--flag arg'
Eric Paris
2015-06-22
Set default values if no arg given
Eric Paris
2015-06-22
Merge pull request #27 from eparis/SliceStrings
Eric Paris
2015-06-22
Tests for GetIntSlice and GetStringSlice
Eric Paris
2015-06-22
Much like stringSlice, add intSlice flag type
Eric Paris
2015-06-22
Add new StringSlice flag type
Eric Paris
2015-06-22
Merge pull request #25 from eparis/GetFlagType
Eric Paris
2015-06-22
Merge pull request #29 from liggitt/set_annotation
Eric Paris
2015-06-22
Add SetAnnotation helper
Jordan Liggitt
2015-06-01
Add new FlagSet.Get{Int,String,...} accessor functions
Eric Paris
2015-06-01
Merge pull request #26 from eparis/moar-tests
Eric Paris
2015-06-01
Moar flag_test!
Eric Paris
2015-06-01
Remove Value.Get() interfaces
Eric Paris
2015-05-27
Merge pull request #24 from eparis/longArgCleanup
Eric Paris
2015-05-27
Slight code cleanup parsing long flags
Eric Paris
2015-05-19
Added a test for normalizing usage name
Anastasis Andronidis
2015-05-12
Fixed statement
Anastasis Andronidis
2015-05-12
Normalization should change the name
Anastasis Andronidis
2015-05-10
Merge pull request #22 from andronat/multiple_narmalization_requests
Eric Paris
2015-05-10
Call normalizeFlagName function only once
Anastasis Andronidis
2015-05-08
Merge pull request #21 from eparis/bool-equal-fix
Eric Paris
2015-05-08
Support bool= with shortnames
Eric Paris
2015-05-08
Merge pull request #19 from eparis/parse-rework
Bjørn Erik Pedersen
2015-05-08
Rewrite short arg parsing for readability
Eric Paris
2015-05-08
parseLongArg code rework for readability
Eric Paris
2015-05-01
Merge pull request #16 from eparis/merge
Steve Francia
2015-04-29
Merge pull request #17 from eparis/NormalizeFuncReadme
Eric Paris
[next]