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-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
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
[next]