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-04-17
drop blank lines
Alex Flint
2020-04-17
move some stuff around in the readme header; add sourcegraph
Alex Flint
2020-04-03
Merge pull request #110 from alexflint/github-actions
Alex Flint
2020-04-03
put coverage badge back
Alex Flint
2020-04-03
replace travis badge with github actions badge
Alex Flint
2020-04-03
use ${{ matrix.go }}
Alex Flint
2020-04-03
fix name of dependency
Alex Flint
2020-04-03
add coverage using goveralls
Alex Flint
2020-04-03
drop coverage badge (adding an issue to put it back)
Alex Flint
2020-04-03
drop travis and old test dir (module system support is now stable)
Alex Flint
2020-04-03
clean up extraneous test output
Alex Flint
2020-04-03
Set up CI using github actions
Alex Flint
2020-03-01
Merge pull request #109 from alexflint/ignore-env
Alex Flint
2020-03-01
add Config.IgnoreEnv to ignore environment variables
Alex Flint
2020-02-23
Merge pull request #106 from dallbee/subcommand-usage
Alex Flint
2020-02-23
Merge pull request #108 from alexflint/readme-placeholder-version
Alex Flint
2020-02-23
Document that the placeholder tag requires v1.3.0
Alex Flint
2020-01-25
Fix lint warnings
Dylan Allbee
2020-01-25
Use command passed into p.Parse(...) write methods
Dylan Allbee
2020-01-25
Print global options in help for subcommands
Dylan Allbee
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
[next]