action2
abstract val action2: OptionProcessorFactory.OptionInvocationWithArgument<OptionKeyType>.() -> Unit?
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.