clikt / com.github.ajalt.clikt.parameters.options / EagerOption / finalize

finalize

fun finalize(context: Context, invocations: List<Invocation>): Unit

Overrides Option.finalize

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

Parameters

context - The context for this parse

invocations - A possibly empty list of invocations of this option.