open fun isArgumentAssigned(arg: Argument): Boolean
Checks whether or not the given argument has been assigned in the command line.
arg - the argument
arg
Return true if the argument has received a value, otherwise.
true