clikt / com.github.ajalt.clikt.parameters.options / ArgsTransformer

ArgsTransformer

typealias ArgsTransformer<ValueT, EachT> = OptionCallTransformContext.(List<ValueT>) -> EachT

A callback that transforms all the values for a call to the call type.

The input list will always have a size equal to nvalues