clikt / com.github.ajalt.clikt.core / context

context

fun <T : CliktCommand> T.context(block: Builder.() -> Unit): T

Configure this command's Context.

Context property values are normally inherited from the parent context, but you can override any of them here.