- 5fdac2d Merge pull request #490 from happysnaker/docs-release-process by Tomas Aschan · 2 weeks ago master
- 9ba8488 docs: update release process per maintainer feedback by Shirong Lu · 2 weeks ago
- dca783a Merge pull request #488 from happysnaker/docs-sortflags-example by Tomas Aschan · 2 weeks ago
- d299f4e docs: clarify SortFlags example with complete runnable program by Shirong Lu · 2 weeks ago
- 7ef35c6 Merge pull request #487 from happysnaker/fix-custom-isbool-compatibility by Tomas Aschan · 2 weeks ago
- 95a0aa3 Merge pull request #484 from happysnaker/fix-uint-slice-hex-input by Tomas Aschan · 2 weeks ago
- 298bcdf fix: allow hex input in UintSlice by Shirong Lu · 2 weeks ago
- f64d0fc test: fix staticcheck in custom bool flag coverage by Shirong Lu · 2 weeks ago
- 7475282 Merge pull request #483 from happysnaker/fix-nil-default-ip-getter by Tomas Aschan · 2 weeks ago
- ad27a40 fix: honor custom IsBoolFlag compatibility by Shirong Lu · 2 weeks ago
- ed81e5b fix: allow nil default IP flags in GetIP by Shirong Lu · 2 weeks ago
- 6404d82 Fix lint issues for correct golangci-lint version by Tomas Aschan · 3 weeks ago
- 07769da Fix linter issues after merging #440 by Tomas Aschan · 3 weeks ago
- 9912b67 Merge pull request #440 from ikedam/feature/337_PreserveUnknownFlagsEnum by Tomas Aschan · 6 weeks ago
- 00f25b9 Merge pull request #469 from reuvenharrison/friendly-parse-errors by Tomas Aschan · 9 weeks ago
- de24023 flag_test: gofmt + use ioutil.Discard for Go 1.12 compatibility by Reuven Harrison · 9 weeks ago
- 75568a5 Replace raw stdlib parse errors in typed flag Set methods (#269) by Reuven Harrison · 10 weeks ago
- 18450ea Merge pull request #464 from spf13/fix-link by Tomas Aschan · 2 months ago
- ee87ca5 Merge pull request #467 from malklera/readme-godoc by Tomas Aschan · 3 months ago
- cc34e58 fix: README.md indicating the use of godoc(deprecated) by malklera · 3 months ago
- c0bdd63 Rename symbols to shorter ones #337 by ikedam · 4 months ago
- d1d7aee Handle both ParseErrorsAllowlist and ParseErrorsWhitelist #337 by ikedam · 4 months ago
- 2cd30f1 Extend `UnknownFlags` to `UnknownFlagsHandling` and introduce `UnknownFlagsHandlingPassUnknownToArgs` (#337) by ikedam · 4 months ago
- 3d32e71 Merge pull request #450 from thaJeztah/fix_linting by Tomas Aschan · 4 months ago
- 0db51fd Merge pull request #462 from wellitonscheer/get-flag-error-message by Tomas Aschan · 4 months ago
- a165e4b Merge pull request #457 from brandon1024/string-to-string-fix by Tomas Aschan · 4 months ago
- 4b23295 fix(map): ensure string-to-string flags maintain stable pointers by Brandon Richardson · 5 months ago
- 0e7f6c8 Remove unused flagNotDefinedMessage by wellitonscheer · 5 months ago
- 936b42e gha: tweak settings, add testing for "stable" and "oldstable" go by Sebastiaan van Stijn · 5 months ago
- 4bd84d5 gha: update checkout v6.0.1, setup-go v6.1.0, golangci-lint v9.2.0 by Sebastiaan van Stijn · 5 months ago
- 5b0611e fix godoc for InvalidSyntaxError.GetSpecifiedFlag by Sebastiaan van Stijn · 5 months ago
- fd69482 fix revive linting by Sebastiaan van Stijn · 5 months ago
- 8fb9edd fix unparam linting by Sebastiaan van Stijn · 5 months ago
- 02fbac8 fix unconvert linting by Sebastiaan van Stijn · 5 months ago
- d6bb2cc fix staticcheck linting by Sebastiaan van Stijn · 5 months ago
- f2f15d0 fix errcheck linting by Sebastiaan van Stijn · 5 months ago
- 8e4b114 format code with gofumpt by Sebastiaan van Stijn · 5 months ago
- 76da3f6 Fix broken link to POSIX argument conventions by Tomas Aschan · 5 months ago fix-link
- 7b587c5 Fix getFlagType error message by caie · 5 months ago
- b85eb9e Merge pull request #460 from pterjan/patch-2 by Tomas Aschan · 6 months ago
- 00153c6 Fix for Go 1.24 by Pascal Terjan · 6 months ago
- 6fcfbc9 Merge pull request #453 from alimpfard/bool-flag-help by Tomas Aschan · 9 months ago
- 666b603 Show 'correct' explicit bool value syntax in help by Ali Mohammad Pur · 10 months ago
- be274af Merge pull request #452 from thaJeztah/update_readme by Tomas Aschan · 11 months ago
- 5494e14 README: update badges and minor linting fixes by Sebastiaan van Stijn · 11 months ago
- 0491e57 Merge pull request #448 from thaJeztah/fix_go_version by Tomas Aschan · 11 months ago
- 72abab1 Merge pull request #447 from thaJeztah/fix_deprecation_comment by Tomas Aschan · 11 months ago
- 7e4dfb1 Test on Go 1.12 by Tomas Aschan · 11 months ago
- 18a9d17 move Func, BoolFunc, tests as they require go1.21 by Sebastiaan van Stijn · 11 months ago
- c5b9e98 remove uses of errors.Is, which requires go1.13 by Sebastiaan van Stijn · 11 months ago
- 45a4873 fix deprecation comment for (FlagSet.)ParseErrorsWhitelist by Sebastiaan van Stijn · 11 months ago
- 1043857 Merge pull request #446 from spf13/fix-backwards-compat by Tomas Aschan · 11 months ago
- 7412009 fix: Restore ParseErrorsWhitelist name for now by Tomas Aschan · 11 months ago
- b9c16fa Merge pull request #444 from spf13/reset-args-even-if-empty by Tomas Aschan · 11 months ago
- 40abc49 Merge pull request #443 from spf13/silence-errhelp by Tomas Aschan · 11 months ago
- 1bf832c Use errors.Is instead of equality check by Tomas Aschan · 11 months ago
- d25dd24 Reset args on re-parse even if empty by Tomas Aschan · 11 months ago reset-args-even-if-empty
- 094909d Merge pull request #365 from vaguecoder/str2str-sorted by Tomas Aschan · 11 months ago
- ccb49e5 Print Default Values of String-to-String in Sorted Order by Bhargav Ravuri · 11 months ago
- b55ffb6 fix: Don't print ErrHelp in ParseAll by Tomas Aschan · 11 months ago
- 7c651d1 Merge pull request #407 from tmc/fix-errhelp by Tomas Aschan · 11 months ago
- fd649b2 Merge branch 'master' into fix-errhelp by Tomas Aschan · 11 months ago
- 1db553c Merge pull request #330 from pohly/copy-to-go-flagset by Tomas Aschan · 12 months ago
- bfb5618 Merge pull request #438 from mologie/fix-time-default-text by Tomas Aschan · 12 months ago
- 44aa4aa add CopyToGoFlagSet by Patrick Ohly · 12 months ago
- 1b52f76 Omit zero time.Time default from usage line by Oliver Kuckertz · 12 months ago
- c78f730 Merge pull request #261 from dubrie/master by Tomas Aschan · 1 year ago
- c2fd743 Merge pull request #364 from vaguecoder/duplicate-error by Tomas Aschan · 1 year ago
- 391036c Ensure output is written also from ParseAll by Tomas Aschan · 1 year ago
- 5159cda Ensure output is written to correct stream by Tomas Aschan · 1 year ago
- f9cbdd9 Merge pull request #348 from max-frank/add-time-flag-support by Tomas Aschan · 1 year ago
- e3be2eb Reduce duplication by forwarding to sibling functions by Tomas Aschan · 1 year ago
- 7cc25e3 Don't export `TimeValue` (yet) by Tomas Aschan · 1 year ago
- d15848d Remove unnecessary time test stderr dev null redirect by Maximilian Frank · 1 year ago
- c5ce22e Use time.Time for expectations in time flag tests by Maximilian Frank · 1 year ago
- 1992c5a Add support for time.Time flags by Maximilian Frank · 1 year ago
- 1c62fb2 Merge pull request #431 from LeGEC/430-fix-usage-message-for-func-flags by Tomas Aschan · 1 year, 1 month ago
- 1a4b5b2 fix discrepancy in order of arguments for Func() and BoolFunc() #433 by Georges Varouchas · 1 year, 1 month ago
- 4730aa0 fix help message for Func and BoolFunc flags #430 by Georges Varouchas · 1 year, 1 month ago
- f4c97c2 minor: fix typos in comments by Georges Varouchas · 1 year, 1 month ago
- 8a6c85f Merge pull request #409 from ShawnJeffersonWang/master by Tomas Aschan · 1 year, 2 months ago
- bca0664 Merge pull request #429 from LeGEC/426-add-func-and-bool-func by Tomas Aschan · 1 year, 2 months ago
- 69bc3bd add support for Func() and BoolFunc() #426 by Georges Varouchas · 1 year, 2 months ago
- 196624c Merge pull request #418 from hujun-open/master by Tomas Aschan · 1 year, 2 months ago
- 7322552 Merge pull request #424 from valdar/issue/423 by Tomas Aschan · 1 year, 2 months ago
- 9c97fad fix #423 : Add helper function and some documentation to parse shorthand go test flags. by Andrea Tarocchi · 1 year, 2 months ago
- 011db0c - update text_test.go based on PR review comments by Hu Jun · 1 year, 2 months ago
- 957ea4b Merge pull request #428 from co63oc/fix1 by Tomas Aschan · 1 year, 2 months ago
- 155e7f3 Fix typos by co63oc · 1 year, 2 months ago
- 2a2b77a Merge remote-tracking branch 'upstream/master' by Hu Jun · 1 year, 3 months ago
- d661846 Merge pull request #425 from eth-p/error-structs by Tomas Aschan · 1 year, 3 months ago
- 6ca66b1 test: Add tests for error structs by Ethan P. · 1 year, 3 months ago
- ca5cf96 feat: Add getters to error structs by Ethan P. · 1 year, 3 months ago
- 8d77158 feat: Use error structs for most returned errors by Ethan P. · 1 year, 3 months ago
- e926890 test: Commonly-returned error messages by Ethan P. · 1 year, 3 months ago
- 19c9c40 Merge pull request #422 from MidnightRocket/fix-default-is-zerovalue-for-generic-value-type by Tomas Aschan · 1 year, 4 months ago
- c963093 Improve readability for error in TestPrintDefaults by MidnightRocket · 1 year, 4 months ago
- edb1664 Add better test for defaultIsZeroValue for generic Value type by MidnightRocket · 1 year, 4 months ago
- 9edfc8d Fix defaultIsZeroValue check for generic Value type by MidnightRocket · 1 year, 4 months ago
- aae8e19 Merge remote-tracking branch 'upstream/master' by Hu Jun · 1 year, 4 months ago