aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-01remove uses of errors.Is, which requires go1.13Sebastiaan van Stijn
2025-09-01Merge pull request #446 from spf13/fix-backwards-compatv1.0.9Tomas Aschan
2025-09-01fix: Restore ParseErrorsWhitelist name for nowTomas Aschan
2025-08-31Merge pull request #444 from spf13/reset-args-even-if-emptyv1.0.8Tomas Aschan
2025-08-30Merge pull request #443 from spf13/silence-errhelpTomas Aschan
2025-08-30Use errors.Is instead of equality checkTomas Aschan
2025-08-29Reset args on re-parse even if emptyreset-args-even-if-emptyTomas Aschan
2025-08-29Merge pull request #365 from vaguecoder/str2str-sortedTomas Aschan
2025-08-29Print Default Values of String-to-String in Sorted OrderBhargav Ravuri
2025-08-29fix: Don't print ErrHelp in ParseAllTomas Aschan
2025-08-29Merge pull request #407 from tmc/fix-errhelpTomas Aschan
2025-08-29Merge branch 'master' into fix-errhelpTomas Aschan
2025-08-02Merge pull request #330 from pohly/copy-to-go-flagsetTomas Aschan
2025-08-02Merge pull request #438 from mologie/fix-time-default-textTomas Aschan
2025-07-30add CopyToGoFlagSetPatrick Ohly
2025-07-24Omit zero time.Time default from usage lineOliver Kuckertz
2025-07-17Merge pull request #261 from dubrie/masterTomas Aschan
2025-07-17Merge pull request #364 from vaguecoder/duplicate-errorTomas Aschan
2025-07-17Ensure output is written also from ParseAllTomas Aschan
2025-07-17Ensure output is written to correct streamTomas Aschan
2025-07-16Merge pull request #348 from max-frank/add-time-flag-supportv1.0.7Tomas Aschan
2025-07-16Reduce duplication by forwarding to sibling functionsTomas Aschan
2025-07-16Don't export `TimeValue` (yet)Tomas Aschan
2025-07-14Remove unnecessary time test stderr dev null redirectMaximilian Frank
2025-07-14Use time.Time for expectations in time flag testsMaximilian Frank
2025-07-14Add support for time.Time flagsMaximilian Frank
2025-06-28Merge pull request #431 from LeGEC/430-fix-usage-message-for-func-flagsTomas Aschan
2025-06-27fix discrepancy in order of arguments for Func() and BoolFunc() #433Georges Varouchas
2025-06-09fix help message for Func and BoolFunc flags #430Georges Varouchas
2025-06-09minor: fix typos in commentsGeorges Varouchas
2025-06-01Merge pull request #409 from ShawnJeffersonWang/masterTomas Aschan
2025-05-24Merge pull request #429 from LeGEC/426-add-func-and-bool-funcTomas Aschan
2025-05-22add support for Func() and BoolFunc() #426Georges Varouchas
2025-05-15Merge pull request #418 from hujun-open/masterTomas Aschan
2025-05-14Merge pull request #424 from valdar/issue/423Tomas Aschan
2025-05-14fix #423 : Add helper function and some documentation to parse shorthand go t...Andrea Tarocchi
2025-05-10- update text_test.go based on PR review commentsHu Jun
2025-05-07Merge pull request #428 from co63oc/fix1Tomas Aschan
2025-05-06Fix typosco63oc
2025-04-28Merge remote-tracking branch 'upstream/master'Hu Jun
2025-04-22Merge pull request #425 from eth-p/error-structsTomas Aschan
2025-04-21test: Add tests for error structsEthan P.
2025-04-21feat: Add getters to error structsEthan P.
2025-04-21feat: Use error structs for most returned errorsEthan P.
2025-04-21test: Commonly-returned error messagesEthan P.
2025-04-01Merge pull request #422 from MidnightRocket/fix-default-is-zerovalue-for-gene...Tomas Aschan
2025-04-01Improve readability for error in TestPrintDefaultsMidnightRocket
2025-04-01Add better test for defaultIsZeroValue for generic Value typeMidnightRocket
2025-03-18Fix defaultIsZeroValue check for generic Value typeMidnightRocket
2025-03-08Merge remote-tracking branch 'upstream/master'Hu Jun