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
/
usage_test.go
Age
Commit message (
Expand
)
Author
2024-09-05
Merge pull request #262 from hhromic/fix-261
Alex Flint
2024-07-22
Fix help text for positional args with default and env var
Hugo Hromic
2024-07-06
Move writing program version from usage to help writer
Hugo Hromic
2024-06-30
Merge pull request #224 from hhromic/better-version-v2
Alex Flint
2024-06-30
Add more test cases for version help/usage writing
Hugo Hromic
2024-06-29
Use standard exit status code for usage errors
Hugo Hromic
2024-04-02
Merge pull request #243 from alexflint/handle-empty-placeholder
v1.5.0
Alex Flint
2024-04-02
Merge pull request #244 from alexflint/restore-100pct-coverage
Alex Flint
2024-04-02
add a test case with single-level subcommands
Alex Flint
2024-04-02
add test for help and usage when a --version flag is present
Alex Flint
2024-03-31
handle explicit empty placeholders
Alex Flint
2023-10-08
add subcommand aliases
Alex Flint
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-02-08
clean up customizable stdout, stderr, and exit in parser config
Alex Flint
2022-10-29
Merge remote-tracking branch 'origin/master' into default-value-issue
Alex Flint
2022-10-29
add test for the new default value parsing logic as it shows up in help messages
Alex Flint
2022-10-29
store both a default value and a string representation of that default value ...
Alex Flint
2022-09-17
Feat: Add epilog after help text
Sebastiaan Pasterkamp
2022-06-09
fix issue #184
Alex Flint
2022-02-09
fix bracketing for non-required positionals
Alex Flint
2021-05-09
add FailSubcommand, WriteUsageForSubcommand, WriteHelpForSubcommand
Alex Flint
2021-04-19
test coverage 100% !!
Alex Flint
2021-01-31
test that short-only options are printed first in the help message
Alex Flint
2020-12-20
Skip right column if the left is empty
Andrew Morozko
2020-12-20
Optional long arguments
Andrew Morozko
2020-06-03
feat(usage): Include env variable in usage
Denys Vitali
2020-04-03
clean up extraneous test output
Alex Flint
2020-03-01
add Config.IgnoreEnv to ignore environment variables
Alex Flint
2020-01-25
Fix lint warnings
Dylan Allbee
2020-01-25
Use command passed into p.Parse(...) write methods
Dylan Allbee
2019-10-19
store default values during NewParser
Alex Flint
2019-04-04
add golangci badge, and fix some lint issues found by the tool
Alex Flint
2018-04-16
fixed example comment, test coverage issue
Wlazlo, Matt
2018-04-13
Custom parsers implementing encoding.TextMarshaler() can have default values ...
Wlazlo, Matt
2017-10-02
Further clarification
Rick
2017-10-02
Altered help tag parsing to reduce the constraints on help text content; old ...
Rick
2017-03-30
tests
Mario Hros
2017-03-08
nicer usage output
Mario Hros
2017-01-23
add support for description string
Emmanouil "Manolis" Maragkakis
2016-09-08
add support for version string
Alex Flint
2016-03-06
Print defaults for multiples
Fredrik Wallgren
2016-02-22
Merge pull request #32 from alexflint/override_program_name
Alex Flint
2016-01-18
Add support for environment variables
brettlangdon
2016-01-18
make it possible to override the name of the program
Alex Flint
2016-01-18
resolve merge
Alex Flint
2015-12-04
Fix error when printing usage for multi-value arguments
Alex Rakoczy
2015-11-21
Display help text for positional arguments
brettlangdon
[next]