Skip to content

Tags: czinck/kong

Tags

v0.2.16

Toggle v0.2.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow `-` for stdout in path mapper (alecthomas#147)

v0.2.15

Toggle v0.2.15's commit message
More group formatting tweaks.

v0.2.14

Toggle v0.2.14's commit message
Add a bit of extra spacing if group description is provided.

See alecthomas#135.

v0.2.13

Toggle v0.2.13's commit message
Support a simplified `kong.Groups{<key>: <title>}` way of specifiying…

… groups.

See alecthomas#135.

v0.2.12

Toggle v0.2.12's commit message
Ensure values aren't nil before decoding.

v0.2.11

Toggle v0.2.11's commit message
When using resolvers, use last value only.

This fixes an issue where the value and all its hooks would
be applied for each resolver, making it difficult to compose multiple
config files.

v0.2.10

Toggle v0.2.10's commit message
Allow unsetting of FileContentFlag values.

v0.2.9

Toggle v0.2.9's commit message
Revert "Convert env management to a resolver."

This reverts commit fbe8d48.

v0.2.8

Toggle v0.2.8's commit message
Correctly parse all numeric types.

Fixes alecthomas#76.

v0.2.7

Toggle v0.2.7's commit message
Ensure "existingfile" doesn't choke on "-".