Skip to content

Tags: alecthomas/kong

Tags

v0.9.0

Toggle v0.9.0's commit message
fix: slices/maps of existingfile would fail to work

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Drop automatic message prefix from command errors (#384)

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump golang.org/x/crypto in /_examples/server (#352)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20200117160349-530e935923ad to 0.1.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.7.1

Toggle v0.7.1's commit message
feat: add support for camelCase JSON keys

v0.7.0

Toggle v0.7.0's commit message
Fix large number processing for unsigned types

v0.6.1

Toggle v0.6.1's commit message
fix: Reset() should always be called before anything else

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
helpful error message when flag is missing values (#310)

Fixes #277

v0.5.0

Toggle v0.5.0's commit message
feat: AutoGroup option

v0.4.1

Toggle v0.4.1's commit message
fix: hydrate pointer fields

It is a mystery how this has been a bug for so long.

v0.4.0

Toggle v0.4.0's commit message
fix: Change the application flags order avoiding panics

This commit solves issue #264