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

isArgumentAssigned

abstract 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, false otherwise.