summaryrefslogtreecommitdiff
path: root/parse.go
AgeCommit message (Expand)Author
7 daysmaybe it doesn't suck anymore. code might work.v1.6.7Jeff Carr
7 daysmore parsing workJeff Carr
7 daysrm junk. add Match()Jeff Carr
8 daystrigger autocomplete Help()Jeff Carr
8 daystrying to fix help with autocompletev1.6.6Jeff Carr
10 dayswhat a horror showJeff Carr
10 daysdebugging argvJeff Carr
10 daysatleast it shows stuffJeff Carr
10 daysnotsureJeff Carr
2025-09-18need these flagsv1.6.3Jeff Carr
2025-09-18add function for autocompleteJeff Carr
2025-08-29allows GO libraries to have common argsv1.6.1-wittest1Jeff Carr
2025-05-23improve handling of negative numbersAlex Flint
2025-02-11Fix Missing Global OptionsIan Oberst
2024-12-05Use common output for usage and errors during parsing.Žan V. Dragan
2024-11-04Merge pull request #258 from hhromic/implement-204Alex Flint
2024-10-21passing the no-more-options string "--" twice or more should pass the second ...Alex Flint
2024-09-07Add support for setting a global env var prefixHugo Hromic
2024-09-05field -> fieldsAlex Flint
2024-09-05update api docs for Parser.ParseAlex Flint
2024-06-29Use standard exit status code for usage errorsHugo Hromic
2024-06-27Fix crash on errors in package-level `MustParse`Hugo Hromic
2024-04-02Merge pull request #243 from alexflint/handle-empty-placeholderv1.5.0Alex Flint
2024-04-02Merge pull request #244 from alexflint/restore-100pct-coverageAlex Flint
2024-03-31restore 100% code coverageAlex Flint
2024-03-31handle explicit empty placeholdersAlex Flint
2023-10-08add subcommand aliasesAlex Flint
2023-07-14Improve handling of version flagHugo Hromic
2023-06-29Remove usage of additional envOnly struct variableIlja Neumann
2023-06-03help,usage and error messages and testsIlja Neumann
2023-06-03Parse env-only varsIlja Neumann
2023-06-03fixed testsPablo Diaz
2023-06-03added tests and fixed usagePablo Diaz
2023-06-03ignores short and long parametersPablo Diaz
2023-02-08clean up customizable stdout, stderr, and exit in parser configAlex Flint
2023-02-08feat: support more env than terminalduxinlong
2023-01-18fix typoAlexey Trofimov
2023-01-18add strict subcommand parsingAlexey Trofimov
2022-10-29use reflect.Ptr not reflect.Pointer since the latter was added in Go 1.18Alex Flint
2022-10-29Merge remote-tracking branch 'origin/master' into default-value-issueAlex Flint
2022-10-29add further comment about backwards-compatible method for setting default valuesAlex Flint
2022-10-29drop unnecessary testAlex Flint
2022-10-29store both a default value and a string representation of that default value ...Alex Flint
2022-10-10Implement MustParse on ParseDaniele Sluijters
2022-09-17Feat: Add epilog after help textSebastiaan Pasterkamp
2022-06-09fix issue #184Alex Flint
2022-06-05Simplify sub-command initialization w/o IgnoreDefaultSebastiaan Pasterkamp
2022-01-02Add 'IgnoreDefault' optionSebastiaan Pasterkamp
2021-10-01put name of environment variable in error messageAlex Flint
2021-09-18Merge remote-tracking branch 'origin/master' into usage-for-subcommandsAlex Flint