open fun isValid(): Boolean
Checks whether or not the command line is valid, i.e. all constraints from arguments and options have been satisfied. This method is used when the parser validation is disabled.
Return
true if the current io.vertx.reactivex.core.cli.CommandLine object is valid. otherwise.