af7be311cdb2d25a5715ec1fc3d8060c15a373d1
- Fixes issue when last "word" is within quotes and cursor is at the end of a line which caused empty "word" string in an argument list. - This then caused i.e. string option to have a collection as an input(if no arity settings used) and via spring conversions a comma were added. - Backport #763 - Fixes #764
= Spring Shell Active development branch is `main` targeting work for `3.0.x` and `2.1.x` is for maintaining current latest release. == Building Building and running tests: ``` ./gradlew build ``` Publishing to local maven cache: ``` ./gradlew publishToMavenLocal ```
Description
Languages
Java
100%