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
2021-10-01
Merge pull request #166 from alexflint/env-in-error
Alex Flint
2021-10-01
put name of environment variable in error message
Alex Flint
2021-09-18
Merge pull request #156 from alexflint/usage-for-subcommands
Alex Flint
2021-09-18
Merge remote-tracking branch 'origin/master' into usage-for-subcommands
Alex Flint
2021-09-18
Merge pull request #164 from evgenv123/evgenv123-patch-1
Alex Flint
2021-09-18
Update README.md
Alex Flint
2021-09-18
Update README.md
evgenv123
2021-08-20
Merge pull request #162 from alexflint/support-for-urls
Alex Flint
2021-08-20
bump go-scalar to v1.1 and add documentation about supported types
Alex Flint
2021-05-24
Merge pull request #158 from alexflint/unexported-embedded
v1.4.2
Alex Flint
2021-05-24
recurse into unexported embedded structs
Alex Flint
2021-05-09
simplify the error string logic
Alex Flint
2021-05-09
add FailSubcommand, WriteUsageForSubcommand, WriteHelpForSubcommand
Alex Flint
2021-04-20
Merge pull request #153 from alexflint/test-empty-map
v1.4.1
Alex Flint
2021-04-20
fix case where an environment variable containing an empty string is parsed i...
Alex Flint
2021-04-20
Merge pull request #152 from alexflint/mappings-with-commas
v1.4.0
Alex Flint
2021-04-20
fix the mappings-with-commas example
Alex Flint
2021-04-20
Merge pull request #151 from alexflint/fix-lint
Alex Flint
2021-04-20
fix lint issue
Alex Flint
2021-04-19
updated the example for mappings with commas
Alex Flint
2021-04-19
Merge pull request #150 from alexflint/push-coverage-up-more
Alex Flint
2021-04-19
clean up environment variable tests
Alex Flint
2021-04-19
test coverage 100% !!
Alex Flint
2021-04-19
Merge pull request #149 from alexflint/parse-into-map
Alex Flint
2021-04-19
push coverage up even more
Alex Flint
2021-04-19
more test coverage
Alex Flint
2021-04-19
add an runnable example for mappings
Alex Flint
2021-04-19
add an example of parsing into a map to the readme
Alex Flint
2021-04-19
push code coverage up
Alex Flint
2021-04-19
add unittests for maps as environment variables with the separate flag
Alex Flint
2021-04-19
finish adding comments to spec
Alex Flint
2021-04-19
change "kind" to "cardinality", add support for maps to parser
Alex Flint
2021-04-19
refactor canParse into kindOf
Alex Flint
2021-04-19
factor setSlice into its own file, add setMap, and add tests for both
Alex Flint
2021-04-16
Merge pull request #137 from alexflint/optional-long
Alex Flint
2021-04-16
Merge pull request #147 from alexflint/ci-go16
Alex Flint
2021-04-16
add go 1.6 to CI
Alex Flint
2021-04-16
fix a comment
Alex Flint
2021-04-07
Merge pull request #144 from leozhantw/refactor/remove-unused-function
Alex Flint
2021-04-08
refactor: remove unused function
LeoZhan
2021-01-31
Merge remote-tracking branch 'origin/master' into optional-long
Alex Flint
2021-01-31
Merge pull request #138 from alexflint/ci-go15
Alex Flint
2021-01-31
replace "name" and "typ" by storing the original StructField
Alex Flint
2021-01-31
fix typo
Alex Flint
2021-01-31
add go1.15 to CI, drop go1.11
Alex Flint
2021-01-31
Merge remote-tracking branch 'origin/master' into optional-long
Alex Flint
2021-01-31
test that short-only options are printed first in the help message
Alex Flint
2021-01-31
Merge pull request #136 from alexflint/ignore-unexported
Alex Flint
2021-01-31
skip unexported fields
Alex Flint
2020-12-20
Skip right column if the left is empty
Andrew Morozko
[next]