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
2020-01-24
Merge pull request #107 from alexflint/fix-issue-100
v1.3.0
Alex Flint
2020-01-24
add a further test
Alex Flint
2020-01-24
make sure to deep copy the field indices
Alex Flint
2020-01-24
fix issue with duplicate fields in embedded structs
Alex Flint
2020-01-23
Merge pull request #105 from marco-m/document-subcommand-fail-early
Alex Flint
2020-01-23
Merge pull request #104 from marco-m/subcommands-usage-simple
Alex Flint
2020-01-23
README: how to terminate a program when no subcommands are specified
Marco Molteni
2020-01-23
address review comments
Marco Molteni
2020-01-19
usage: if the program supports subcommands, mention it
Marco Molteni
2020-01-19
parse: fix typo in comment
Marco Molteni
2019-12-01
Merge pull request #96 from Andrew-Morozko/master
Alex Flint
2019-11-30
Final improvements
Andrew Morozko
2019-11-30
Removed "dataname" tag
Andrew Morozko
2019-11-30
Various changes
Andrew Morozko
2019-11-29
Added the "dataname" tag
Andrew Morozko
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
[next]