Stable release (v1.0.0)
First stable release. No breaking API changes in this major version.
- gopkg.in for versioning (import "gopkg.in/alecthomas/kingpin.v1")
- Support cumulative positional arguments.
- Return error rather than panic when there are fatal errors not caught by
the type system. eg. when a default value is invalid.