3.0.0
Generic Notes
Fixes
This release uses Spring Boot 3.0.2 and contains some notable changes:
- Better handling of position arguments
- Better handling of collection types
Issues
#630 Collection option type only takes first item
#628 Document String array option type
#624 Error handling may break quit command
#622 Positional args mapped differently vs given option
#621 Support modify option names
#619 Upgrade spring-boot 3.0.2
#616 Positional arguments should have conversion
#614 CommandParser should enforce arity settings
PRs
#612 Allow Shell input to be overridden