action

abstract val action: OptionProcessorFactory.OptionInvocation<OptionKeyType>.() -> Unit?

The action that should be performed upon setting of this option. This action is provided when no argument is to be supplied for the option. Exactly one of action or action2 should be set to a non-null value.