| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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 | |||
| 2015-11-04 | add more tests | Alex Flint | |
| 2015-11-04 | Merge pull request #4 from alexflint/usage_tests | Alex Flint | |
| add tests for usage info | |||
| 2015-11-04 | add tests for usage info | Alex Flint | |
| 2015-11-04 | Merge pull request #3 from alexflint/add_coveralls | Alex Flint | |
| add coveralls to .travis.yml | |||
| 2015-11-04 | add coveralls to .travis.yml | Alex Flint | |
| 2015-11-03 | fix note on boolean flags in readme | Alex Flint | |
| 2015-11-01 | fix first example in docs - h/t eric somerlade | Alex Flint | |
| 2015-11-01 | separate help into WriteUsage and WriteHelp | Alex Flint | |
| 2015-11-01 | add travis badge | Alex Flint | |
| 2015-11-01 | fix float test for go1.4 | Alex Flint | |
| 2015-11-01 | fix examples | Alex Flint | |
| 2015-11-01 | remove extra go gets in travis | Alex Flint | |
| 2015-11-01 | add .travis.yml | Alex Flint | |
| 2015-11-01 | fix example | Alex Flint | |
| 2015-11-01 | added runnable examples | 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 | udpate readme | Alex Flint | |
| 2015-10-31 | udpate readme | Alex Flint | |
| 2015-10-31 | udpate readme | Alex Flint | |
| 2015-10-31 | udpate readme | Alex Flint | |
| 2015-10-31 | udpate readme | Alex Flint | |
| 2015-10-31 | udpate readme | Alex Flint | |
| 2015-10-31 | udpate readme | Alex Flint | |
| 2015-10-31 | add README | Alex Flint | |
| 2015-10-31 | add example.go | Alex Flint | |
