vertx / io.vertx.core.cli / CommandLine / isOptionAssigned

isOptionAssigned

abstract fun isOptionAssigned(option: Option): Boolean

Checks whether or not the given option has been assigned in the command line.

Parameters

option - the option

Return
true if the option has received a value, false otherwise.