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-10-21
Merge pull request #91 from alexflint/defaults
v1.2.0
Alex Flint
2019-10-21
add docs about old way of specifying defaults
Alex Flint
2019-10-21
update documentation to new way of specifying defaults
Alex Flint
2019-10-21
stop testing with tip on travis
Alex Flint
2019-10-21
Remove %w for compatibility with go<1.13
Alex Flint
2019-10-19
minor cleanups
Alex Flint
2019-10-19
store default values during NewParser
Alex Flint
2019-10-08
undo changes to go.mod
Alex Flint
2019-10-08
add support for default values in struct tags
Alex Flint
2019-10-05
Merge pull request #90 from alexflint/fix-89
Alex Flint
2019-10-04
fix issue 89 (multiple args terminated by "--")
Alex Flint
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
[next]