Releases: choria-io/fisk
Releases · choria-io/fisk
v0.6.4
Bug Fixes
- Improve handling of duplicate command errors
Full Changelog: v0.6.3...v0.6.4
v0.6.3
Maintenance
- Update dependencies and require go 1.22.0 at minimum
v0.6.2
Bug Fixes
- Handle introspect correctly when top has required flags or args
Full Changelog: v0.6.1...v0.6.2
v0.6.1
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
Enhancements
- Support user supplied validators for flags and arguments
Full Changelog: v0.5.3...v0.6.0
v0.5.3
Bug Fixes
- Correctly handle per command global flags in plugin commands
v0.5.2
Enhancements
- Allow plugins to be mounted on a different name and with custom help
v0.5.1
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
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
Enhancements
- Calculate column width dynamically on larger screens
- Require go 1.19 and resolve deprecations