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.go
Age
Commit message (
Expand
)
Author
2024-03-31
restore 100% code coverage
Alex Flint
2023-07-14
Improve handling of version flag
Hugo Hromic
2023-06-29
Remove usage of additional envOnly struct variable
Ilja Neumann
2023-06-03
help,usage and error messages and tests
Ilja Neumann
2023-06-03
Parse env-only vars
Ilja Neumann
2023-06-03
fixed tests
Pablo Diaz
2023-06-03
added tests and fixed usage
Pablo Diaz
2023-06-03
ignores short and long parameters
Pablo Diaz
2023-02-08
clean up customizable stdout, stderr, and exit in parser config
Alex Flint
2023-02-08
feat: support more env than terminal
duxinlong
2023-01-18
fix typo
Alexey Trofimov
2023-01-18
add strict subcommand parsing
Alexey Trofimov
2022-10-29
use reflect.Ptr not reflect.Pointer since the latter was added in Go 1.18
Alex Flint
2022-10-29
Merge remote-tracking branch 'origin/master' into default-value-issue
Alex Flint
2022-10-29
add further comment about backwards-compatible method for setting default values
Alex Flint
2022-10-29
drop unnecessary test
Alex Flint
2022-10-29
store both a default value and a string representation of that default value ...
Alex Flint
2022-10-10
Implement MustParse on Parse
Daniele Sluijters
2022-09-17
Feat: Add epilog after help text
Sebastiaan Pasterkamp
2022-06-09
fix issue #184
Alex Flint
2022-06-05
Simplify sub-command initialization w/o IgnoreDefault
Sebastiaan Pasterkamp
2022-01-02
Add 'IgnoreDefault' option
Sebastiaan Pasterkamp
2021-10-01
put name of environment variable in error message
Alex Flint
2021-09-18
Merge remote-tracking branch 'origin/master' into usage-for-subcommands
Alex Flint
2021-05-24
recurse into unexported embedded structs
Alex Flint
2021-05-09
add FailSubcommand, WriteUsageForSubcommand, WriteHelpForSubcommand
Alex Flint
2021-04-20
fix case where an environment variable containing an empty string is parsed i...
Alex Flint
2021-04-19
test coverage 100% !!
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
fix a comment
Alex Flint
2021-01-31
replace "name" and "typ" by storing the original StructField
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-07-06
move empty tag check inside the loop
Alex Flint
2020-03-01
add Config.IgnoreEnv to ignore environment variables
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-19
parse: fix typo in comment
Marco Molteni
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
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
add support for default values in struct tags
Alex Flint
2019-10-04
fix issue 89 (multiple args terminated by "--")
Alex Flint
[next]