| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-02 | Merge pull request #243 from alexflint/handle-empty-placeholderv1.5.0 | Alex Flint | |
| Handle explicit empty placeholders | |||
| 2024-04-02 | Merge pull request #244 from alexflint/restore-100pct-coverage | Alex Flint | |
| Restore 100% test coverage | |||
| 2024-04-02 | add a test case with single-level subcommands | Alex Flint | |
| 2024-04-02 | add test for help and usage when a --version flag is present | Alex Flint | |
| 2024-03-31 | restore 100% code coverage | Alex Flint | |
| 2024-03-31 | ping | Alex Flint | |
| 2024-03-31 | handle explicit empty placeholders | Alex Flint | |
| 2023-10-10 | Merge pull request #231 from alexflint/subcommand-aliases | Alex Flint | |
| add subcommand aliases | |||
| 2023-10-08 | add a unittest for an internally messed up subcommand path | Alex Flint | |
| 2023-10-08 | add some more tests for subcommand aliases | Alex Flint | |
| 2023-10-08 | add subcommand aliases | Alex Flint | |
| 2023-09-10 | Merge pull request #229 from ↵ | Alex Flint | |
| alexflint/dependabot/go_modules/gopkg.in/yaml.v3-3.0.0 Bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0 | |||
| 2023-08-30 | Bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0 | dependabot[bot] | |
| Bumps gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0. --- updated-dependencies: - dependency-name: gopkg.in/yaml.v3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> | |||
| 2023-07-14 | Merge pull request #223 from hhromic/fix-version-flag | Alex Flint | |
| Improve handling of version flag | |||
| 2023-07-14 | Improve handling of version flag | Hugo Hromic | |
| * Only use/show builtin `--version` flag if args are versioned with a non-empty `Version()` * If args define a `--version` flag, honor it and disable/hide the builtin version flag * Only return `ErrVersion` when using the builtin version flag | |||
| 2023-07-02 | Merge pull request #222 from IljaN/env-only-args | Alex Flint | |
| Support for parameters which can only be passed via env | |||
| 2023-06-29 | Remove usage of additional envOnly struct variable | Ilja Neumann | |
| 2023-06-03 | help,usage and error messages and tests | Ilja Neumann | |
| 2023-06-03 | Parse env-only vars | Ilja Neumann | |
| 2023-06-03 | don't print env-vars in usage line | Ilja Neumann | |
| 2023-06-03 | fixed tests | Pablo Diaz | |
| 2023-06-03 | added tests and fixed usage | Pablo Diaz | |
| 2023-06-03 | ignores short and long parameters | Pablo Diaz | |
| 2023-02-08 | Merge pull request #211 from alexflint/clean-up-osexit-stderr-stdout | Alex Flint | |
| clean up customizable stdout, stderr, and exit in parser config | |||
| 2023-02-08 | clean up customizable stdout, stderr, and exit in parser config | Alex Flint | |
| 2023-02-08 | Merge pull request #210 from cabuda/master | Alex Flint | |
| feat: support more env than terminal | |||
| 2023-02-08 | feat: support more env than terminal | duxinlong | |
| Change-Id: I7f35e90b8f19f4ea781832885d35e2f1e275207a | |||
| 2023-01-27 | Merge pull request #205 from dmzkrsk/strict-subgroup-parsing | Alex Flint | |
| add strict subcommand parsing | |||
| 2023-01-18 | fix typo | Alexey Trofimov | |
| 2023-01-18 | add strict subcommand parsing | Alexey Trofimov | |
| 2022-10-29 | Merge pull request #185 from alexflint/default-value-issue | Alex Flint | |
| Do not turn values intro strings and then back into values when processing default values | |||
| 2022-10-29 | in a second place: use reflect.Ptr not reflect.Pointer since the latter was ↵ | Alex Flint | |
| added in Go 1.18 | |||
| 2022-10-29 | use reflect.Ptr not reflect.Pointer since the latter was added in Go 1.18 | Alex Flint | |
| 2022-10-29 | Merge remote-tracking branch 'origin/master' into default-value-issue | Alex Flint | |
| 2022-10-29 | add further comment about backwards-compatible method for setting default values | Alex Flint | |
| 2022-10-29 | drop unnecessary test | Alex Flint | |
| 2022-10-29 | remove unused textMarshalerType and isTextMarshaler | Alex Flint | |
| 2022-10-29 | add test for the new default value parsing logic as it shows up in help messages | Alex Flint | |
| 2022-10-29 | store both a default value and a string representation of that default value ↵ | Alex Flint | |
| in the spec for each option | |||
| 2022-10-29 | drop unnecessary use of templates in this test | Alex Flint | |
| 2022-10-10 | Merge pull request #198 from daenney/mustparse | Alex Flint | |
| Implement MustParse on Parser | |||
| 2022-10-10 | Implement MustParse on Parse | Daniele Sluijters | |
| This moves most of the body of the MustParse function into a MustParse method on a Parser. The MustParse function is now implemented by calling the MustParse function on the Parser it implicitly creates. Closes: #194 | |||
| 2022-10-02 | Merge pull request #196 from alexflint/bump_go_versions | Alex Flint | |
| Update to latest version of Go in CI | |||
| 2022-10-02 | update to latest 3 versions of Go for CI | Alex Flint | |
| 2022-10-02 | Merge pull request #195 from alexflint/bump_scalar_dep | Alex Flint | |
| Update to latest go-scalar | |||
| 2022-10-02 | update to latest go-scalar, add test for hex, oct, and binary integer literals | Alex Flint | |
| 2022-09-27 | Merge pull request #191 from SebastiaanPasterkamp/add-epilog-to-help | Alex Flint | |
| Feat: Add epilogue after help text | |||
| 2022-09-17 | Feat: Add epilog after help text | Sebastiaan Pasterkamp | |
| Similar to the Description at the top of the help text an Epilog is added at the bottom. Resolves #189 | |||
| 2022-06-11 | Merge pull request #172 from SebastiaanPasterkamp/ignore-default-option | Alex Flint | |
| Add 'IgnoreDefault' option | |||
| 2022-06-09 | fix issue #184 | Alex Flint | |
