summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-24Merge pull request #107 from alexflint/fix-issue-100v1.3.0Alex Flint
2020-01-24add a further testAlex Flint
2020-01-24make sure to deep copy the field indicesAlex Flint
2020-01-24fix issue with duplicate fields in embedded structsAlex Flint
2020-01-23Merge pull request #105 from marco-m/document-subcommand-fail-earlyAlex Flint
2020-01-23Merge pull request #104 from marco-m/subcommands-usage-simpleAlex Flint
2020-01-23README: how to terminate a program when no subcommands are specifiedMarco Molteni
2020-01-23address review commentsMarco Molteni
2020-01-19usage: if the program supports subcommands, mention itMarco Molteni
2020-01-19parse: fix typo in commentMarco Molteni
2019-12-01Merge pull request #96 from Andrew-Morozko/masterAlex Flint
2019-11-30Final improvementsAndrew Morozko
2019-11-30Removed "dataname" tagAndrew Morozko
2019-11-30Various changesAndrew Morozko
2019-11-29Added the "dataname" tagAndrew Morozko
2019-10-21Merge pull request #91 from alexflint/defaultsv1.2.0Alex Flint
2019-10-21add docs about old way of specifying defaultsAlex Flint
2019-10-21update documentation to new way of specifying defaultsAlex Flint
2019-10-21stop testing with tip on travisAlex Flint
2019-10-21Remove %w for compatibility with go<1.13Alex Flint
2019-10-19minor cleanupsAlex Flint
2019-10-19store default values during NewParserAlex Flint
2019-10-08undo changes to go.modAlex Flint
2019-10-08add support for default values in struct tagsAlex Flint
2019-10-05Merge pull request #90 from alexflint/fix-89Alex Flint
2019-10-04fix issue 89 (multiple args terminated by "--")Alex Flint
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