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
path:
root
/
parse_test.go
Age
Commit message (
Expand
)
Author
2025-05-23
improve handling of negative numbers
Alex Flint
2024-11-04
Merge pull request #258 from hhromic/implement-204
Alex Flint
2024-10-21
passing the no-more-options string "--" twice or more should pass the second ...
Alex Flint
2024-09-07
Add support for setting a global env var prefix
Hugo Hromic
2024-06-29
Use standard exit status code for usage errors
Hugo Hromic
2024-06-27
Fix crash on errors in package-level `MustParse`
Hugo Hromic
2024-04-02
Merge pull request #244 from alexflint/restore-100pct-coverage
Alex Flint
2024-03-31
restore 100% code coverage
Alex Flint
2023-10-08
add subcommand aliases
Alex Flint
2023-07-14
Improve handling of version flag
Hugo Hromic
2023-06-03
help,usage and error messages and tests
Ilja Neumann
2023-02-08
clean up customizable stdout, stderr, and exit in parser config
Alex Flint
2023-01-18
add strict subcommand parsing
Alexey Trofimov
2022-10-29
Merge remote-tracking branch 'origin/master' into default-value-issue
Alex Flint
2022-10-29
store both a default value and a string representation of that default value ...
Alex Flint
2022-10-29
drop unnecessary use of templates in this test
Alex Flint
2022-10-10
Implement MustParse on Parse
Daniele Sluijters
2022-10-02
update to latest go-scalar, add test for hex, oct, and binary integer literals
Alex Flint
2022-06-09
fix issue #184
Alex Flint
2022-01-02
Add 'IgnoreDefault' option
Sebastiaan Pasterkamp
2021-10-01
put name of environment variable in error message
Alex Flint
2021-08-20
bump go-scalar to v1.1 and add documentation about supported types
Alex Flint
2021-05-24
recurse into unexported embedded structs
Alex Flint
2021-04-20
fix case where an environment variable containing an empty string is parsed i...
Alex Flint
2021-04-19
clean up environment variable tests
Alex Flint
2021-04-19
test coverage 100% !!
Alex Flint
2021-04-19
add unittests for maps as environment variables with the separate flag
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-01-31
Merge remote-tracking branch 'origin/master' into optional-long
Alex Flint
2021-01-31
skip unexported fields
Alex Flint
2020-12-20
Optional long arguments
Andrew Morozko
2020-03-01
add Config.IgnoreEnv to ignore environment variables
Alex Flint
2020-01-24
add a further test
Alex Flint
2020-01-24
fix issue with duplicate fields in embedded structs
Alex Flint
2019-11-30
Various changes
Andrew Morozko
2019-10-19
store default values during NewParser
Alex Flint
2019-10-08
add support for default values in struct tags
Alex Flint
2019-10-04
fix issue 89 (multiple args terminated by "--")
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-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-04-30
add recursive expansion of subcommands
Alex Flint
2019-04-30
check error in test
Alex Flint
2019-04-14
refactor validation
Alex Flint
2019-04-04
add golangci badge, and fix some lint issues found by the tool
Alex Flint
[next]