summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-06Merge pull request #82 from alexflint/subcommand-implv1.1.0Alex Flint
2019-08-06test with go 1.12Alex Flint
2019-08-06add subcommands to readmeAlex Flint
2019-08-06fix typoAlex 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-03simplify Fprint callAlex Flint
2019-05-03print help and usage at subcommand level if necessaryAlex Flint
2019-05-03add subcommands to usage stringAlex Flint
2019-05-03Merge remote-tracking branch 'origin/master' into subcommand-implAlex Flint
2019-05-03Merge pull request #83 from alexflint/tweak-examplesAlex Flint
2019-05-03add expected output for usage exampleAlex Flint
2019-05-03add expected outputs to all examplesAlex Flint
2019-05-03add tests for nested subcommands and subcommands with positionalsAlex Flint
2019-05-02fix error messageAlex 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-05-02add test for canParse with TextUnmarshalerAlex Flint
2019-05-02add unittests for canParseAlex Flint
2019-05-02test no such subcommandAlex Flint
2019-04-30Merge remote-tracking branch 'origin/master' into subcommand-implAlex Flint
2019-04-30Merge pull request #81 from alexflint/subcommandsAlex Flint
2019-04-30add several subcommand unittestsAlex Flint
2019-04-30add several subcommand unittestsAlex Flint
2019-04-30set subcommand structs to be struct pointersAlex Flint
2019-04-30introduced path structAlex Flint
2019-04-30add first two subcommand testsAlex Flint
2019-04-30add recursive expansion of subcommandsAlex Flint
2019-04-30rename get/settable to readable/writableAlex Flint
2019-04-30check error in testAlex Flint
2019-04-30check error in testAlex Flint
2019-04-30minor reformatAlex Flint
2019-04-14all tests passing againAlex Flint
2019-04-14restore process as a free funcAlex Flint
2019-04-14Merge remote-tracking branch 'origin/master' into subcommandsAlex Flint
2019-04-14refactor validationAlex Flint
2019-04-14Merge pull request #80 from alexflint/simplify-positionalsAlex Flint
2019-04-14simplify processing of positionals a littleAlex Flint
2019-04-14Merge pull request #78 from alexflint/readme-spellingAlex Flint
2019-04-14Merge pull request #79 from alexflint/update-depsAlex Flint
2019-04-14update deps with go mod tidy; go vendorAlex Flint
2019-04-14more tweaksAlex Flint
2019-04-14minor fixes to readmeAlex Flint
2019-04-14Merge pull request #74 from alexflint/add-golangciAlex Flint
2019-04-04update link for golangci badgeAlex Flint
2019-04-04add golangci badge, and fix some lint issues found by the toolAlex Flint
2018-12-27Merge pull request #72 from alexflint/integration-testsAlex Flint