summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-14Merge pull request #80 from alexflint/simplify-positionalsAlex Flint
Simplify handling of positionals a little
2019-04-14simplify processing of positionals a littleAlex Flint
2019-04-14Merge pull request #78 from alexflint/readme-spellingAlex Flint
minor fixes to readme
2019-04-14Merge pull request #79 from alexflint/update-depsAlex Flint
update deps with go mod tidy
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
add golangci badge
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
Tests for installation under go 1.10 and go 1.11
2018-12-27hook integration tests into travisAlex Flint
2018-12-27add script to compile under go 1.10Alex Flint
2018-12-27add test that compiles under go 1.11 without the module systemAlex Flint
2018-12-27add integration test that fetches and compiles code using go 1.11Alex Flint
2018-12-27Merge pull request #70 from alexflint/create-go-modv1.0.0Alex Flint
Migrate from Godep to go.mod
2018-11-20use go modules in travisAlex Flint
2018-11-20go mod vendorAlex Flint
2018-11-20create go.mod, go.sumAlex Flint
2018-11-20drop godepsAlex Flint
2018-11-20Merge pull request #69 from pborzenkov/update-go-scalarAlex Flint
Update go scalar to the latest version
2018-11-20README: update TextUnmarshaler examplePavel 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-20parse_test: add tests covering new TextUnamarshaler value supportPavel Borzenkov
Signed-off-by: Pavel Borzenkov <[email protected]>
2018-11-20parse_test: fix formattingPavel Borzenkov
Signed-off-by: Pavel Borzenkov <[email protected]>
2018-11-20vendor: update go-scalar to the latest versionPavel Borzenkov
Allows to use values (not pointer) with custom TextUnmarshaler. Signed-off-by: Pavel Borzenkov <[email protected]>
2018-05-16Merge pull request #65 from illia-v/env_multiple_valuesAlex Flint
Fix providing multiple values via environment variables
2018-05-14Fix the problem with errorsIllia Volochii
2018-05-01Change format from JSON to CSVIllia Volochii
2018-04-26Add one more testIllia Volochii
2018-04-26Fix providing multiple values via environment variablesIllia Volochii
2018-04-20Merge pull request #64 from alexflint/repeated-unmarshaltextAlex Flint
Fix repeated arguments implementing TextUnmarshaler
2018-04-18add positional testAlex Flint
2018-04-18fix repeated text unmarshal bugAlex Flint
2018-04-18separate scalar.CanParse from isBooleanAlex Flint
2018-04-18drop setScalarAlex Flint
2018-04-15Merge pull request #62 from mwlazlo-tls/masterAlex Flint
Custom parsers implementing encoding.TextMarshaler() can have default…
2018-04-16fixed example comment, test coverage issueWlazlo, Matt
2018-04-13Custom parsers implementing encoding.TextMarshaler() can have default values ↵Wlazlo, Matt
printed via --help
2018-02-05Merge pull request #61 from alexflint/negative-valuesAlex Flint
handle negative values
2018-01-13handle negative valuesAlex Flint
2017-10-02Merge pull request #59 from rickb777/masterAlex Flint
Altered help tag parsing to allow comma and colon
2017-10-02Further clarificationRick
2017-10-02Altered help tag parsing to reduce the constraints on help text content; old ↵Rick
behaviour is retained for backward compatibility
2017-09-27Merge pull request #57 from rickb777/masterAlex Flint
Allow spaces after each comma in tags
2017-09-16Allow spaces after each comma in tagsRick
2017-03-30Merge pull request #54 from k3a/masterAlex Flint
Required multiple positionals
2017-03-30testsMario Hros
2017-03-30required positional argsMario Hros
2017-03-09Merge pull request #53 from k3a/masterAlex Flint
Make usage output nicer
2017-03-09Merge branch 'master' into masterK3A