vertx / io.vertx.core.cli / CommandLine / acceptMoreValues

acceptMoreValues

abstract fun acceptMoreValues(option: Option): Boolean

Checks whether or not the given option accept more values.

Parameters

option - the option

Return
true if the option accepts more values, false otherwise.