default Option
fun defaultOption(key: OptionKeyType, description: String, cardinality: OptionProcessorFactory.Cardinality = OPTIONAL, action2: OptionProcessorFactory.OptionInvocationWithArgument<OptionKeyType>.() -> Unit): Boolean
Add the default option, which is what to do with bare arguments that have no argument-requiring option preceding them.