| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-04-14 | Merge pull request #80 from alexflint/simplify-positionals | Alex Flint | |
| Simplify handling of positionals a little | |||
| 2019-04-14 | simplify processing of positionals a little | Alex Flint | |
| 2019-04-14 | Merge pull request #78 from alexflint/readme-spelling | Alex Flint | |
| minor fixes to readme | |||
| 2019-04-14 | Merge pull request #79 from alexflint/update-deps | Alex Flint | |
| update deps with go mod tidy | |||
| 2019-04-14 | update deps with go mod tidy; go vendor | Alex Flint | |
| 2019-04-14 | more tweaks | Alex Flint | |
| 2019-04-14 | minor fixes to readme | Alex Flint | |
| 2019-04-14 | Merge pull request #74 from alexflint/add-golangci | Alex Flint | |
| add golangci badge | |||
| 2019-04-04 | update link for golangci badge | Alex Flint | |
| 2019-04-04 | add golangci badge, and fix some lint issues found by the tool | Alex Flint | |
| 2018-12-27 | Merge pull request #72 from alexflint/integration-tests | Alex Flint | |
| Tests for installation under go 1.10 and go 1.11 | |||
| 2018-12-27 | hook integration tests into travis | Alex Flint | |
| 2018-12-27 | add script to compile under go 1.10 | Alex Flint | |
| 2018-12-27 | add test that compiles under go 1.11 without the module system | Alex Flint | |
| 2018-12-27 | add integration test that fetches and compiles code using go 1.11 | Alex Flint | |
| 2018-12-27 | Merge pull request #70 from alexflint/create-go-modv1.0.0 | Alex Flint | |
| Migrate from Godep to go.mod | |||
| 2018-11-20 | use go modules in travis | Alex Flint | |
| 2018-11-20 | go mod vendor | Alex Flint | |
| 2018-11-20 | create go.mod, go.sum | Alex Flint | |
| 2018-11-20 | drop godeps | Alex Flint | |
| 2018-11-20 | Merge pull request #69 from pborzenkov/update-go-scalar | Alex Flint | |
| Update go scalar to the latest version | |||
| 2018-11-20 | README: update TextUnmarshaler example | Pavel Borzenkov | |
| Values are much more convenient to use in argument structs, so update README to use them instead of pointers in the example as we now support this. Signed-off-by: Pavel Borzenkov <[email protected]> | |||
| 2018-11-20 | parse_test: add tests covering new TextUnamarshaler value support | Pavel Borzenkov | |
| Signed-off-by: Pavel Borzenkov <[email protected]> | |||
| 2018-11-20 | parse_test: fix formatting | Pavel Borzenkov | |
| Signed-off-by: Pavel Borzenkov <[email protected]> | |||
| 2018-11-20 | vendor: update go-scalar to the latest version | Pavel Borzenkov | |
| Allows to use values (not pointer) with custom TextUnmarshaler. Signed-off-by: Pavel Borzenkov <[email protected]> | |||
| 2018-05-16 | Merge pull request #65 from illia-v/env_multiple_values | Alex Flint | |
| Fix providing multiple values via environment variables | |||
| 2018-05-14 | Fix the problem with errors | Illia Volochii | |
| 2018-05-01 | Change format from JSON to CSV | Illia Volochii | |
| 2018-04-26 | Add one more test | Illia Volochii | |
| 2018-04-26 | Fix providing multiple values via environment variables | Illia Volochii | |
| 2018-04-20 | Merge pull request #64 from alexflint/repeated-unmarshaltext | Alex Flint | |
| Fix repeated arguments implementing TextUnmarshaler | |||
| 2018-04-18 | add positional test | Alex Flint | |
| 2018-04-18 | fix repeated text unmarshal bug | Alex Flint | |
| 2018-04-18 | separate scalar.CanParse from isBoolean | Alex Flint | |
| 2018-04-18 | drop setScalar | Alex Flint | |
| 2018-04-15 | Merge pull request #62 from mwlazlo-tls/master | Alex Flint | |
| Custom parsers implementing encoding.TextMarshaler() can have default… | |||
| 2018-04-16 | fixed example comment, test coverage issue | Wlazlo, Matt | |
| 2018-04-13 | Custom parsers implementing encoding.TextMarshaler() can have default values ↵ | Wlazlo, Matt | |
| printed via --help | |||
| 2018-02-05 | Merge pull request #61 from alexflint/negative-values | Alex Flint | |
| handle negative values | |||
| 2018-01-13 | handle negative values | Alex Flint | |
| 2017-10-02 | Merge pull request #59 from rickb777/master | Alex Flint | |
| Altered help tag parsing to allow comma and colon | |||
| 2017-10-02 | Further clarification | Rick | |
| 2017-10-02 | Altered help tag parsing to reduce the constraints on help text content; old ↵ | Rick | |
| behaviour is retained for backward compatibility | |||
| 2017-09-27 | Merge pull request #57 from rickb777/master | Alex Flint | |
| Allow spaces after each comma in tags | |||
| 2017-09-16 | Allow spaces after each comma in tags | Rick | |
| 2017-03-30 | Merge pull request #54 from k3a/master | Alex Flint | |
| Required multiple positionals | |||
| 2017-03-30 | tests | Mario Hros | |
| 2017-03-30 | required positional args | Mario Hros | |
| 2017-03-09 | Merge pull request #53 from k3a/master | Alex Flint | |
| Make usage output nicer | |||
| 2017-03-09 | Merge branch 'master' into master | K3A | |
