You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#1452
Picocli latest version causes that Flank does not work, it was caused by breaking changes that prevent the class to contain nested `@Mixin` annotated configuration classes.
It turns out that we do not need to change our logic of reading data in `mutableMap<String, Any?>`
## Test Plan
> How do we know the code works?
All tests passed.
Flank works normally
## Checklist
- [x] Version update
- [x] Refactor of reading configuration
Author the user story for this feature
As a Developer, I want to use the latest version of picocli so I can be up to date with this tool.
Describe the solution
picocli makes new release which has breaking API changes please update it in Flank
The text was updated successfully, but these errors were encountered: