vertx / io.vertx.core.cli / CommandLine / isAskingForHelp

isAskingForHelp

abstract fun isAskingForHelp(): Boolean

Checks whether or not the user has passed a "help" option and is asking for help.

Return
true if the user command line has enabled a "Help" option, false otherwise.