context

fun <T : CliktCommand> T.context(block: Context.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.