git-like-cli
git-like-cli copied to clipboard
Field value transformer for options
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.