dain/git-like-cli

Field value transformer for options

Opened this issue · 1 comments

Accept the name of a class that implements Function<String,V> to transform the String option value to the type required by the option field itself.

It looks like this would need some simple modifications to TypeConverter and that the builder.withTypeconverter(converter) method that is currently commented out would also be useful.