aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2025-09-02README: update badges and minor linting fixesSebastiaan van Stijn
- Update build status badge to point to GitHub actions - Add a license badge - Update documentation badge to point to pkg.go.dev - Minor fixes in examples to make them runnable Signed-off-by: Sebastiaan van Stijn <[email protected]>
2025-05-14fix #423 : Add helper function and some documentation to parse shorthand go ↵Andrea Tarocchi
test flags.
2018-10-24Sentence restructure and grammar fix (#188)Matthew Cale
There are helpers function != There are helper functions. Great repo.
2017-04-26Note about SortFlags in READMEAlbert Nigmatzianov
2017-03-25Change `ogier` to `spf13` in docs and READMEAlbert Nigmatzianov
2017-01-16add badges to README.mdHardik Bagdi
2016-12-14too many argumentsyuanxiao
Signed-off-by: yuanxiao <[email protected]>
2016-06-09Document AddGoFlagSet method in the README fileAlexander Brand
2016-04-27Fix a typo in READMEJake Worth
2015-09-07adding a private field to flags, and a function for marking flags as privateSteve Domino
removing some c/p left-overs from the MarkPrivate function, and updating the comment slightly changed field from Private to Hidden. Added documentation w/example to README.md. Added testing to confirm hidden flags updating test message
2015-08-20Add shorthand deprecatorJanet Kuo
2015-06-22docsEric Paris
2015-05-01Merge pull request #16 from eparis/mergeSteve Francia
Merge ogier/pflag and enable travis
2015-04-29Add docs and examples how to use the flag normalization funcEric Paris
2015-04-29Update travis for spf13Eric Paris
2015-02-15Add Travis build status marker to READMEAlex Ogier
2013-07-10Add a link to godoc.orgAlex Ogier
2012-12-19Merge changes from Go's standard flag library.Alex Ogier
Up to date through e7cd0a82d669. Relevant changesets: https://code.google.com/p/go/source/detail?r=059ba0d0dc6a27d115c619ff8bcd646335eed67f https://code.google.com/p/go/source/detail?r=64a249c65d510184268160bf595cf3db478a296e https://code.google.com/p/go/source/detail?r=6ca4825bc86760d43392469c0af266bb858fc77b
2012-05-09Tighten up parsing to be less ambiguous, follow GNU conventionsAlex Ogier
2012-05-09Use proper markdown linksAlex Ogier
2012-05-09New section heading for command-line usageAlex Ogier
2012-05-09Reformat go snippets in the READMEAlex Ogier
2012-05-09Add READMEAlex Ogier