index
:
jcarr/go-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
/
usage.go
Age
Commit message (
Expand
)
Author
2021-05-09
simplify the error string logic
Alex Flint
2021-05-09
add FailSubcommand, WriteUsageForSubcommand, WriteHelpForSubcommand
Alex Flint
2021-04-19
test coverage 100% !!
Alex Flint
2021-04-19
change "kind" to "cardinality", add support for maps to parser
Alex Flint
2021-04-16
Merge pull request #137 from alexflint/optional-long
Alex Flint
2021-04-08
refactor: remove unused function
LeoZhan
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-01-25
Fix lint warnings
Dylan Allbee
2020-01-25
Use command passed into p.Parse(...) write methods
Dylan Allbee
2020-01-25
Print global options in help for subcommands
Dylan Allbee
2020-01-23
address review comments
Marco Molteni
2020-01-19
usage: if the program supports subcommands, mention it
Marco Molteni
2019-11-30
Various changes
Andrew Morozko
2019-11-29
Added the "dataname" tag
Andrew Morozko
2019-10-19
store default values during NewParser
Alex Flint
2019-05-03
no need to initialize nil structs during path traversal
Alex Flint
2019-05-03
simplify Fprint call
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-04-30
introduced path struct
Alex Flint
2019-04-30
rename get/settable to readable/writable
Alex Flint
2019-04-30
minor reformat
Alex Flint
2019-04-14
all tests passing again
Alex Flint
2019-04-14
refactor validation
Alex Flint
2018-04-13
Custom parsers implementing encoding.TextMarshaler() can have default values ...
Wlazlo, Matt
2017-03-30
required positional args
Mario Hros
2017-03-08
nicer usage output
Mario Hros
2017-02-08
print description in help message, not in usage
Emmanouil "Manolis" Maragkakis
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-23
add support for IP address, email address, and MAC address
Alex Flint
2016-01-18
make it possible to override the name of the program
Alex Flint
2016-01-18
extract common colWidth constant
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-22
Fix merge conflicts
Fredrik Wallgren
2015-11-21
Display help text for positional arguments
brettlangdon
2015-11-22
Add default values to usage
Fredrik Wallgren
2015-11-16
Add built ins to options in help output
Fredrik Wallgren
2015-11-11
Merge pull request #14 from walle/usage_on_stderr_bug
Alex Flint
2015-11-11
Fix lint warning
Fredrik Wallgren
2015-11-11
Fix bug with error not being written to stderr
Fredrik Wallgren
2015-11-09
Merge pull request #10 from walle/fail_to_stderr
Alex Flint
2015-11-09
Write usage message to stderr on error
Fredrik Wallgren
2015-11-07
Remove excess trailing whitespace from Usage generation
brettlangdon
[next]