summaryrefslogtreecommitdiff
path: root/parse_test.go
AgeCommit message (Expand)Author
2021-08-20bump go-scalar to v1.1 and add documentation about supported typesAlex Flint
2021-05-24recurse into unexported embedded structsAlex Flint
2021-04-20fix case where an environment variable containing an empty string is parsed i...Alex Flint
2021-04-19clean up environment variable testsAlex Flint
2021-04-19test coverage 100% !!Alex Flint
2021-04-19add unittests for maps as environment variables with the separate flagAlex Flint
2021-04-19change "kind" to "cardinality", add support for maps to parserAlex Flint
2021-04-19refactor canParse into kindOfAlex Flint
2021-01-31Merge remote-tracking branch 'origin/master' into optional-longAlex Flint
2021-01-31skip unexported fieldsAlex Flint
2020-12-20Optional long argumentsAndrew Morozko
2020-03-01add Config.IgnoreEnv to ignore environment variablesAlex Flint
2020-01-24add a further testAlex Flint
2020-01-24fix issue with duplicate fields in embedded structsAlex Flint
2019-11-30Various changesAndrew Morozko
2019-10-19store default values during NewParserAlex Flint
2019-10-08add support for default values in struct tagsAlex Flint
2019-10-04fix issue 89 (multiple args terminated by "--")Alex Flint
2019-08-06fix commentAlex Flint
2019-05-03no need to initialize nil structs during path traversalAlex Flint
2019-05-03add Parser.Subcommand and Parser.SubcommandNamesAlex Flint
2019-05-02test use of --versionAlex Flint
2019-05-02use backticks rather than backslashes in string literalAlex Flint
2019-05-02add test for case where environment var is not presentAlex Flint
2019-05-02add test case for missing value in middle of argument stringAlex Flint
2019-04-30add recursive expansion of subcommandsAlex Flint
2019-04-30check error in testAlex Flint
2019-04-14refactor validationAlex Flint
2019-04-04add golangci badge, and fix some lint issues found by the toolAlex Flint
2018-11-20parse_test: add tests covering new TextUnamarshaler value supportPavel Borzenkov
2018-11-20parse_test: fix formattingPavel Borzenkov
2018-05-14Fix the problem with errorsIllia Volochii
2018-05-01Change format from JSON to CSVIllia Volochii
2018-04-26Add one more testIllia Volochii
2018-04-26Fix providing multiple values via environment variablesIllia Volochii
2018-04-18add positional testAlex Flint
2018-04-18drop setScalarAlex Flint
2018-01-13handle negative valuesAlex Flint
2017-10-02Altered help tag parsing to reduce the constraints on help text content; old ...Rick
2017-09-16Allow spaces after each comma in tagsRick
2017-03-30testsMario Hros
2017-03-04Adding separate tag optionKenneth Shaw
2017-02-21deal with "-" as option valueAlex Flint
2017-02-15deal with booleans correctlyAlex Flint
2017-02-09fix case where os.Args is emptyAlex Flint
2016-10-10add support for embedded structsAlex Flint
2016-07-31fix example function namesAlex Flint
2016-02-29Allow override of defaults for slice argumentsFredrik Wallgren
2016-02-22Merge pull request #32 from alexflint/override_program_nameAlex Flint
2016-01-23added tests for MAC and email addressesAlex Flint