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
Based on experience with rewriting groovy.util.CliBuilder based on picocli (#258), there is no need for this API change. #182 can be implemented with IGetter and ISetter implementations that bind the option or positional parameter to a method invocation. Details are on the #182 ticket.
...and move the logic that initializes arrays, collections and Maps from the Interpreter class to the model.
Related to #182 (support annotating methods with
@Option
and@Parameters
):For maps, adding individual key-value pairs as they are found on the command line is more complex:
The text was updated successfully, but these errors were encountered: