abstract fun acceptMoreValues(option: Option): Boolean
Checks whether or not the given option accept more values.
option - the option
option
Return true if the option accepts more values, false otherwise.