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
/
README.md
Age
Commit message (
Expand
)
Author
2025-09-02
README: update badges and minor linting fixes
Sebastiaan van Stijn
2025-05-14
fix #423 : Add helper function and some documentation to parse shorthand go t...
Andrea Tarocchi
2018-10-24
Sentence restructure and grammar fix (#188)
Matthew Cale
2017-04-26
Note about SortFlags in README
Albert Nigmatzianov
2017-03-25
Change `ogier` to `spf13` in docs and README
Albert Nigmatzianov
2017-01-16
add badges to README.md
Hardik Bagdi
2016-12-14
too many arguments
yuanxiao
2016-06-09
Document AddGoFlagSet method in the README file
Alexander Brand
2016-04-27
Fix a typo in README
Jake Worth
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-06-22
docs
Eric Paris
2015-05-01
Merge pull request #16 from eparis/merge
Steve Francia
2015-04-29
Add docs and examples how to use the flag normalization func
Eric Paris
2015-04-29
Update travis for spf13
Eric Paris
2015-02-15
Add Travis build status marker to README
Alex Ogier
2013-07-10
Add a link to godoc.org
Alex Ogier
2012-12-19
Merge changes from Go's standard flag library.
Alex Ogier
2012-05-09
Tighten up parsing to be less ambiguous, follow GNU conventions
Alex Ogier
2012-05-09
Use proper markdown links
Alex Ogier
2012-05-09
New section heading for command-line usage
Alex Ogier
2012-05-09
Reformat go snippets in the README
Alex Ogier
2012-05-09
Add README
Alex Ogier