index
:
go.wit.com/dev/alexflint/arg.git
devel
guimaster
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-05-02
fix error message
Alex Flint
2019-05-02
test use of --version
Alex Flint
2019-05-02
use backticks rather than backslashes in string literal
Alex Flint
2019-05-02
add test for case where environment var is not present
Alex Flint
2019-05-02
add test case for missing value in middle of argument string
Alex Flint
2019-05-02
add test for canParse with TextUnmarshaler
Alex Flint
2019-05-02
add unittests for canParse
Alex Flint
2019-05-02
test no such subcommand
Alex Flint
2019-04-30
Merge remote-tracking branch 'origin/master' into subcommand-impl
Alex Flint
2019-04-30
Merge pull request #81 from alexflint/subcommands
Alex Flint
2019-04-30
add several subcommand unittests
Alex Flint
2019-04-30
add several subcommand unittests
Alex Flint
2019-04-30
set subcommand structs to be struct pointers
Alex Flint
2019-04-30
introduced path struct
Alex Flint
2019-04-30
add first two subcommand tests
Alex Flint
2019-04-30
add recursive expansion of subcommands
Alex Flint
2019-04-30
rename get/settable to readable/writable
Alex Flint
2019-04-30
check error in test
Alex Flint
2019-04-30
check error in test
Alex Flint
2019-04-30
minor reformat
Alex Flint
2019-04-14
all tests passing again
Alex Flint
2019-04-14
restore process as a free func
Alex Flint
2019-04-14
Merge remote-tracking branch 'origin/master' into subcommands
Alex Flint
2019-04-14
refactor validation
Alex Flint
2019-04-14
Merge pull request #80 from alexflint/simplify-positionals
Alex Flint
2019-04-14
simplify processing of positionals a little
Alex Flint
2019-04-14
Merge pull request #78 from alexflint/readme-spelling
Alex Flint
2019-04-14
Merge pull request #79 from alexflint/update-deps
Alex Flint
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
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
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-mod
v1.0.0
Alex Flint
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
2018-11-20
README: update TextUnmarshaler example
Pavel Borzenkov
2018-11-20
parse_test: add tests covering new TextUnamarshaler value support
Pavel Borzenkov
2018-11-20
parse_test: fix formatting
Pavel Borzenkov
2018-11-20
vendor: update go-scalar to the latest version
Pavel Borzenkov
2018-05-16
Merge pull request #65 from illia-v/env_multiple_values
Alex Flint
[next]