vertx / io.vertx.core.cli / CommandLine / isValid

isValid

abstract 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 CommandLine object is valid. false otherwise.