context

fun <T : BaseCliktCommand<T>, U : T> U.context(block: Context.Builder.() -> Unit): U

Configure this command's Context.

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