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
/
flag.go
Age
Commit message (
Expand
)
Author
2017-04-26
Prevent parsing if there are no arguments
Albert Nigmatzianov
2017-04-26
Add more verbosity to panic of shorthand redefinition
Albert Nigmatzianov
2017-04-26
Use f.out in output flag deprecation
Albert Nigmatzianov
2017-04-26
Make more detailed error in Set
Albert Nigmatzianov
2017-04-26
Add comments for better understanding of parsing short flags
Albert Nigmatzianov
2017-04-26
Delete setFlag
Albert Nigmatzianov
2017-04-26
Fix alreadythere variable name
Albert Nigmatzianov
2017-04-18
Merge pull request #119 from bogem/cachesortede
Albert Nigmatzianov
2017-04-17
Merge pull request #75 from jonathanmarvens/patch-1
Albert Nigmatzianov
2017-04-17
Merge pull request #116 from bogem/fixdocs
Albert Nigmatzianov
2017-04-05
Cache sorted flags
Albert Nigmatzianov
2017-04-05
Prevent changing order of flags after SetNormalizeFunc() (#121)
Albert Nigmatzianov
2017-03-27
Modified to display a string default value as double quoted and escaped (#118)
Matthew Winter
2017-03-25
Add SortFlags option (#113)
Albert Nigmatzianov
2017-03-25
Change `ogier` to `spf13` in docs and README
Albert Nigmatzianov
2017-01-30
Add FlagSet.FlagUsagesWrapped(cols) which wraps to the given column (#105)
Ian Campbell
2017-01-19
Merge pull request #102 from bogem/redundant
Eric Paris
2017-01-16
Make command line parsing available outside pflag
xilabao
2016-10-23
Clean up code
bogem
2016-10-18
Don't print escaped strings for the default value of string flags with a defa...
Daniel Nephin
2016-10-18
Don't print escaped strings for the default value of string flags.
Daniel Nephin
2016-09-25
Optimize fmt statements
bogem
2016-09-09
Fix default values for custom fields
Cameron Moore
2016-09-06
add a new type StringArray
wu8685
2016-08-16
Refactor default value detection
Cameron Moore
2016-08-14
Use flag's string type in usage
bogem
2016-06-24
Removed unused field "exitOnError".
Jonathan Barronville
2016-04-27
Passthrough flags inserted by go test
Moshe Cohen
2016-04-11
Add simple method to see if a flagset has available flags
John Schnake
2015-12-18
Issue #55: implement Go 1.5-style default usage formatting.
Giovanni Bajo
2015-09-23
Add more CI checks forcing code cleanliness
Eric Paris
2015-09-16
Store the length of Args when a -- is found in commandline
Eric Paris
2015-09-07
adding a private field to flags, and a function for marking flags as private
Steve Domino
2015-08-20
Add shorthand deprecator
Janet Kuo
2015-08-15
New AddFlagSet function on FlagSet
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
Reduce code duplication in PrintDefaults/FlagUsages
Eric Paris
2015-08-15
Fix up minor things found by goreportcard.com
Eric Paris
2015-08-14
Annotate optional flags in usageFunc
Eric Paris
2015-08-07
New helper to easily see if a flag has been set
Eric Paris
2015-08-05
Do not include \n in Errorf output
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 #25 from eparis/GetFlagType
Eric Paris
2015-06-22
Add SetAnnotation helper
Jordan Liggitt
2015-06-01
Add new FlagSet.Get{Int,String,...} accessor functions
Eric Paris
2015-05-27
Slight code cleanup parsing long flags
Eric Paris
2015-05-12
Fixed statement
Anastasis Andronidis
2015-05-12
Normalization should change the name
Anastasis Andronidis
[prev]
[next]