open fun setHidden(: Boolean): CLI
Sets whether or not the current instance of io.vertx.reactivex.core.cli.CLI must be hidden. Hidden CLI are not listed when displaying usages / help messages. In other words, hidden commands are for power user.
hidden - enables or disables the hidden aspect of the CI
Return
the current io.vertx.reactivex.core.cli.CLI instance