Skip to content

Releases: choria-io/fisk

v0.3.0

26 Dec 10:14
v0.3.0
3dc0cb4
Compare
Choose a tag to compare

Enhancements

  • Change default templates to CompactMainUsageTemplate

v0.2.1

09 Aug 08:42
v0.2.1
537d6a4
Compare
Choose a tag to compare

Buf Fix

  • Restorage support for 0 as a valid duration in the various Duration handlers

Release 0.2.0

06 Jul 07:52
v0.2.0
31c4e55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.5...v0.2.0

v0.1.5

27 Jun 09:58
v0.1.5
ede8b65
Compare
Choose a tag to compare

Enhancements

  • Handle more user error scenarios using MustParseWithUsage()

v0.1.4

25 Jun 08:10
v0.1.4
2eca1c7
Compare
Choose a tag to compare

Enhancements

  • A new application level parse function MustParseWithUsage() that tries to improve the UX of calling commands requiring sub commands or with missing flags and arguments

Bug Fixes

  • Do not render an empty Flags section in usage when there is only hidden flags

v0.1.3

17 Jun 11:46
v0.1.3
0da4d16
Compare
Choose a tag to compare

Enhancements

  • Expanded duration strings to include weeks, years and months

v0.1.2

17 Jun 09:38
v0.1.2
63f61ba
Compare
Choose a tag to compare

Enhancements

  • Support UnNegatableBool() types that avoids the --no-flag version of --flag

v0.1.1

08 Jun 20:07
v0.1.1
0c9abe5
Compare
Choose a tag to compare

Enhanements

  • Support integration with the cheat command
  • printf formatted versions of New() and Command()

v0.1.0

06 Jun 08:56
v0.1.0
fe7ea4b
Compare
Choose a tag to compare

Enhancements

  • Documentation, package names and more updated to fisk
  • Import the template and units dependencies as sub packages
  • Copyright noticed updated to include this project while retaining past copyrights
  • Updates for staticcheck
  • Use GitHub Actions
  • Update to go 1.17
  • Adds a new default usage template ShorterMainUsageTemplate, preserving past previous as KingpinDefaultUsageTemplate

Bug Fixes

  • The version and help flags are not rendered as --[no-]help but simply --help