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

finalize

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

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.