| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| Check if the default value supplied is a slice and not nil, if so print the list of values supplied. Test case for slice argument with and without default values. Default values for slices was not printed because slice is not comparable, but the zero value for slices is nil. | |||
| 2016-02-22 | Merge pull request #32 from alexflint/override_program_name | Alex Flint | |
| make it possible to override the name of the program | |||
| 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 | |
| We try to compare []strings, which are uncomparable types: `panic: runtime error: comparing uncomparable type []string` | |||
| 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 | |
| Check if the value isn't it's zero value and if not add a default value to the usage text. | |||
| 2015-11-16 | Add built ins to options in help output | Fredrik Wallgren | |
| Adds help to the options in help output with an easy way to add more built ins. | |||
| 2015-11-11 | Merge pull request #14 from walle/usage_on_stderr_bug | Alex Flint | |
| Fix bug with error not being written to stderr | |||
| 2015-11-11 | Fix lint warning | Fredrik Wallgren | |
| 2015-11-11 | Fix bug with error not being written to stderr | Fredrik Wallgren | |
| Only the usage message was written to stderr, the error was written with the standard fmt.Println. | |||
| 2015-11-09 | Merge pull request #10 from walle/fail_to_stderr | Alex Flint | |
| Write usage message to stderr on error | |||
| 2015-11-09 | Write usage message to stderr on error | Fredrik Wallgren | |
| When the parsing of parameters/flags fails eg. when a required flag is missing, print the usage statement and error to stderr instead of stdout. | |||
| 2015-11-07 | Remove excess trailing whitespace from Usage generation | brettlangdon | |
| 2015-11-04 | add tests for usage info | Alex Flint | |
| 2015-11-01 | separate help into WriteUsage and WriteHelp | Alex Flint | |
| 2015-11-01 | move more stuff over to the parser struct | Alex Flint | |
| 2015-10-31 | added parser struct | Alex Flint | |
| 2015-10-31 | udpate readme | Alex Flint | |
| 2015-10-31 | add usage.go | Alex Flint | |
