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-08-06
Merge pull request #82 from alexflint/subcommand-impl
v1.1.0
Alex Flint
2019-08-06
test with go 1.12
Alex Flint
2019-08-06
add subcommands to readme
Alex Flint
2019-08-06
fix typo
Alex Flint
2019-08-06
fix comment
Alex Flint
2019-05-03
no need to initialize nil structs during path traversal
Alex Flint
2019-05-03
add Parser.Subcommand and Parser.SubcommandNames
Alex Flint
2019-05-03
simplify Fprint call
Alex Flint
2019-05-03
print help and usage at subcommand level if necessary
Alex Flint
2019-05-03
add subcommands to usage string
Alex Flint
2019-05-03
Merge remote-tracking branch 'origin/master' into subcommand-impl
Alex Flint
2019-05-03
Merge pull request #83 from alexflint/tweak-examples
Alex Flint
2019-05-03
add expected output for usage example
Alex Flint
2019-05-03
add expected outputs to all examples
Alex Flint
2019-05-03
add tests for nested subcommands and subcommands with positionals
Alex Flint
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
[next]