index
:
jcarr/arg
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
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
2019-08-06
fix typo
Alex Flint
2019-05-03
no need to initialize nil structs during path traversal
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
add expected output for usage example
Alex Flint
2019-05-02
fix error message
Alex Flint
2019-05-02
add unittests for canParse
Alex Flint
[next]