Skip to content

Stable release (v1.0.0)

Compare
Choose a tag to compare
@alecthomas alecthomas released this 19 Jun 00:37
· 305 commits to master since this release

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.