3fe26025cd8a04308bfc62210ddc3ee74337039d
- Modify CommandParser to convert given option value if its type is defined - This change makes option default value to behave same as given value what comes for the actual value in a CommandContext. - Fixes #548
= 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%