Option Invocation With Argument
data class OptionInvocationWithArgument<OptionKeyType : Enum<OptionKeyType>>(val processor: OptionProcessor<OptionKeyType>, val keyword: String, val argument: String)
A helper class to make bodies of options with arguments more directly expressible.