Skip to content

Releases: choria-io/fisk

v0.6.4

25 Aug 12:11
v0.6.4
9e56157
Compare
Choose a tag to compare

Bug Fixes

  • Improve handling of duplicate command errors

Full Changelog: v0.6.3...v0.6.4

v0.6.3

15 Aug 10:39
v0.6.3
d612d92
Compare
Choose a tag to compare

Maintenance

  • Update dependencies and require go 1.22.0 at minimum

v0.6.2

19 Dec 15:54
v0.6.2
d0da121
Compare
Choose a tag to compare

Bug Fixes

  • Handle introspect correctly when top has required flags or args

Full Changelog: v0.6.1...v0.6.2

v0.6.1

01 Oct 13:27
v0.6.1
b579221
Compare
Choose a tag to compare

Enhancements

  • Show all required flags that are missing in error messages not just the first

Full Changelog: v0.6.0...v0.6.1

v0.6.0

12 Sep 17:39
v0.6.0
5c565c1
Compare
Choose a tag to compare

Enhancements

  • Support user supplied validators for flags and arguments

Full Changelog: v0.5.3...v0.6.0

v0.5.3

28 Aug 10:22
v0.5.3
6e188f7
Compare
Choose a tag to compare

Bug Fixes

  • Correctly handle per command global flags in plugin commands

v0.5.2

09 May 16:15
v0.5.2
f888a47
Compare
Choose a tag to compare

Enhancements

  • Allow plugins to be mounted on a different name and with custom help

v0.5.1

09 May 12:45
v0.5.1
4229f3e
Compare
Choose a tag to compare

Bug Fixes

  • Various bug fixes in plugin support for complex applications
  • Improve bash completion

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

25 Apr 13:56
v0.5.0
bf73d70
Compare
Choose a tag to compare

Enhancements

  • Show global flags only when --help is passed to improve UX on larger commands
  • Experimental support for CLI plugins that call external tools

v0.4.0

08 Feb 12:27
v0.4.0
9809553
Compare
Choose a tag to compare

Enhancements

  • Calculate column width dynamically on larger screens
  • Require go 1.19 and resolve deprecations