Skip to content

Release v0.0.41

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jan 07:49

🤖 deps: bump github.com/alecthomas/kong from 0.2.11 to 0.2.12 (#43)

Bumps github.com/alecthomas/kong from 0.2.11 to 0.2.12.

  • Ensure values aren't nil before decoding.
  • Fix return err for PrintUsage
  • Actually test filename.
  • Add NamedFileContentFlag.
  • Revert UsageOnMissing.
  • Fix README again.
  • Unbreak README.
  • Call Validate() functions on nodes if present.
  • Do not run parent node on missing child err with usageOnMissing option
  • Refactor k.FatalIfErrorf to use k.Fatalf
  • ...

This merges the following commits:

  • deps: bump github.com/alecthomas/kong from 0.2.11 to 0.2.12

    go.mod | 2 +-
    go.sum | 4 ++--
    2 files changed, 3 insertions(+), 3 deletions(-)

Pull-Request: #43