| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-08-06 | Merge pull request #122 from alexflint/short-and-long | Alex Flint | |
| Add examples showing how to override the short and long versions of option | |||
| 2020-08-06 | add documentation and examples showing how to override the short and long ↵ | Alex Flint | |
| option names together | |||
| 2020-07-06 | Merge pull request #120 from alexflint/dedent-tag-loop | Alex Flint | |
| Move empty tag check inside loop | |||
| 2020-07-06 | move empty tag check inside the loop | Alex Flint | |
| 2020-06-03 | Merge pull request #116 from denysvitali/master | Alex Flint | |
| feat(usage): Include env variable in usage | |||
| 2020-06-03 | feat(usage): Include env variable in usage | Denys Vitali | |
| 2020-04-17 | Merge pull request #114 from alexflint/migrate-to-codecov | Alex Flint | |
| Upload coverage to codecov | |||
| 2020-04-17 | replace coveralls badge with codecov | Alex Flint | |
| 2020-04-17 | fix github actions config | Alex Flint | |
| 2020-04-17 | upload to codecov | Alex Flint | |
| 2020-04-17 | Merge pull request #113 from alexflint/prettify-readme-header | Alex Flint | |
| move some stuff around in the readme header; add sourcegraph badge | |||
| 2020-04-17 | add banner image | Alex Flint | |
| 2020-04-17 | drop golangci since it is shutting down soon; fix pkg.go.dev link | Alex Flint | |
| 2020-04-17 | use go.dev badge | Alex Flint | |
| 2020-04-17 | drop blank lines | Alex Flint | |
| 2020-04-17 | move some stuff around in the readme header; add sourcegraph | Alex Flint | |
| 2020-04-03 | Merge pull request #110 from alexflint/github-actions | Alex Flint | |
| Set up CI using github actions | |||
| 2020-04-03 | put coverage badge back | Alex Flint | |
| 2020-04-03 | replace travis badge with github actions badge | Alex Flint | |
| 2020-04-03 | use ${{ matrix.go }} | Alex Flint | |
| 2020-04-03 | fix name of dependency | Alex Flint | |
| 2020-04-03 | add coverage using goveralls | Alex Flint | |
| 2020-04-03 | drop coverage badge (adding an issue to put it back) | Alex Flint | |
| 2020-04-03 | drop travis and old test dir (module system support is now stable) | Alex Flint | |
| 2020-04-03 | clean up extraneous test output | Alex Flint | |
| 2020-04-03 | Set up CI using github actions | Alex Flint | |
| 2020-03-01 | Merge pull request #109 from alexflint/ignore-env | Alex Flint | |
| Option to ignore environment variables | |||
| 2020-03-01 | add Config.IgnoreEnv to ignore environment variables | Alex Flint | |
| 2020-02-23 | Merge pull request #106 from dallbee/subcommand-usage | Alex Flint | |
| Subcommand usage options | |||
| 2020-02-23 | Merge pull request #108 from alexflint/readme-placeholder-version | Alex Flint | |
| Document that the placeholder tag requires v1.3.0 | |||
| 2020-02-23 | Document that the placeholder tag requires v1.3.0 | Alex Flint | |
| 2020-01-25 | Fix lint warnings | Dylan Allbee | |
| 2020-01-25 | Use command passed into p.Parse(...) write methods | Dylan Allbee | |
| It is currently impossible to programatically write help and usage messages for subcommands, due to parser.WriteHelp and parser.WriteUsage not taking the state of the parser into account. Check for the existence of p.lastCmd and use it for the writers when available. Enables ability to write unit tests for subcommand help. | |||
| 2020-01-25 | Print global options in help for subcommands | Dylan Allbee | |
| fixes #101 | |||
| 2020-01-24 | Merge pull request #107 from alexflint/fix-issue-100v1.3.0 | Alex Flint | |
| fix issue with duplicate fields in embedded structs | |||
| 2020-01-24 | add a further test | Alex Flint | |
| 2020-01-24 | make sure to deep copy the field indices | Alex Flint | |
| 2020-01-24 | fix issue with duplicate fields in embedded structs | Alex Flint | |
| 2020-01-23 | Merge pull request #105 from marco-m/document-subcommand-fail-early | Alex Flint | |
| README: how to terminate a program when no subcommands are specified | |||
| 2020-01-23 | Merge pull request #104 from marco-m/subcommands-usage-simple | Alex Flint | |
| Subcommands usage simple | |||
| 2020-01-23 | README: how to terminate a program when no subcommands are specified | Marco Molteni | |
| Fixes #103 | |||
| 2020-01-23 | address review comments | Marco Molteni | |
| 2020-01-19 | usage: if the program supports subcommands, mention it | Marco Molteni | |
| 2020-01-19 | parse: fix typo in comment | Marco Molteni | |
| 2019-12-01 | Merge pull request #96 from Andrew-Morozko/master | Alex Flint | |
| Added the "placeholder" tag | |||
| 2019-11-30 | Final improvements | Andrew Morozko | |
| 2019-11-30 | Removed "dataname" tag | Andrew Morozko | |
| 2019-11-30 | Various changes | Andrew Morozko | |
| 2019-11-29 | Added the "dataname" tag | Andrew Morozko | |
| 2019-10-21 | Merge pull request #91 from alexflint/defaultsv1.2.0 | Alex Flint | |
| Allow default values in struct tags | |||
