OptionInvocationWithArgument

fun <OptionKeyType : Enum<OptionKeyType>> OptionInvocationWithArgument(    processor: OptionProcessor<OptionKeyType>,     keyword: String,     argument: String)