action2
abstract val action2: OptionProcessorFactory.OptionInvocationWithArgument<OptionKeyType>.() -> Unit?
Content copied to clipboard
The action that should be performed upon setting of this option. This action is provided when an argument is required for the option. Exactly one of action or action2 should be set to a non-null value.