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

isOptionAssigned

open 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, otherwise.