| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-07-31 | fix example function names | Alex Flint | |
| 2016-03-06 | Merge pull request #34 from walle/defaults_for_multiple | Alex Flint | |
| Print defaults for multiples | |||
| 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-03-04 | Merge pull request #33 from walle/multiple | Alex Flint | |
| Defaults for multiples, intended behaviour | |||
| 2016-02-29 | Allow override of defaults for slice arguments | Fredrik Wallgren | |
| This commit fixes a bug where if a multiple value argument (slice) has default values, the submitted values will be appended to the default. Not overriding them as expected. | |||
| 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 | Merge pull request #31 from alexflint/parse_ip_mac_and_email | Alex Flint | |
| Parse IP addresses, MAC addresses, and email addresses | |||
| 2016-01-23 | Merge remote-tracking branch 'origin/master' into parse_ip_mac_and_email | Alex Flint | |
| 2016-01-23 | Merge pull request #30 from alexflint/scalar_pointers | Alex Flint | |
| add support for pointers and TextUnmarshaler | |||
| 2016-01-23 | added tests for MAC and email addresses | Alex Flint | |
| 2016-01-23 | added tests for IP address parsing | Alex Flint | |
| 2016-01-23 | add support for IP address, email address, and MAC address | Alex Flint | |
| 2016-01-23 | move installation instructions to top | Alex Flint | |
| 2016-01-23 | update readme with new additions | Alex Flint | |
| 2016-01-23 | Merge remote-tracking branch 'origin/master' into scalar_pointers | Alex Flint | |
| 2016-01-23 | Merge pull request #29 from alexflint/parse_duration | Alex Flint | |
| Add support for time.Duration fields | |||
| 2016-01-23 | add support for pointers and TextUnmarshaler | Alex Flint | |
| 2016-01-23 | add test for invalid durations | Alex Flint | |
| 2016-01-23 | add support for time.Duration fields | Alex Flint | |
| 2016-01-18 | Merge pull request #9 from brettlangdon/dev/environment.variables.sqwished | Alex Flint | |
| Add support for environment variables | |||
| 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 | Merge pull request #26 from alexflint/brettlangdon-dev/positional.help.sqwished | Alex Flint | |
| Resolve some merge conflicts from #8 | |||
| 2016-01-18 | extract common colWidth constant | Alex Flint | |
| 2016-01-18 | resolve merge | Alex Flint | |
| 2016-01-05 | Merge pull request #25 from alexflint/return_parser_from_mustparse | Alex Flint | |
| MustParse returns *Parser | |||
| 2016-01-05 | fix example code | Alex Flint | |
| 2016-01-05 | add custom validation example to README | Alex Flint | |
| 2016-01-05 | MustParse returns *Parser | Alex Flint | |
| 2015-12-10 | Merge pull request #24 from toothrot/master | Alex Flint | |
| Fix error when printing usage for multi-value arguments | |||
| 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-26 | Merge pull request #19 from walle/add_default_value_to_usage | Alex Flint | |
| Add default values to usage | |||
| 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-22 | Merge pull request #13 from walle/show_builtin | Alex Flint | |
| Add built ins to options in help output | |||
| 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-15 | Merge pull request #16 from walle/move_doc | Alex Flint | |
| Move package documentation to doc.go | |||
| 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 | Merge pull request #15 from walle/fix_lint_warning | Alex Flint | |
| Fix lint warning | |||
| 2015-11-11 | Move package documentation to doc.go | Fredrik Wallgren | |
| 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 | Merge pull request #7 from brettlangdon/dev/trailing.whitespace.sqwished | Alex Flint | |
| Remove excess trailing whitespace from Usage generation | |||
| 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 | Merge pull request #6 from alexflint/coveralls_badge | Alex Flint | |
| Add coveralls badge | |||
| 2015-11-04 | add coveralls badge | Alex Flint | |
| 2015-11-04 | Merge pull request #5 from alexflint/usage_tests | Alex Flint | |
| Add more tests for parser | |||
