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

isArgumentAssigned

open fun isArgumentAssigned(arg: Argument): Boolean

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

Parameters

arg - the argument

Return
true if the argument has received a value, otherwise.