clikt / com.github.ajalt.clikt.parameters.arguments / ProcessedArgument / finalize

finalize

fun finalize(context: Context, values: List<String>): Unit

Overrides Argument.finalize

Called after this command's argv is parsed to transform and store the argument's value.

Parameters

context - The context for this parse

values - A possibly empty list of values provided to this argument.