vertx / io.vertx.reactivex.core.cli / CLI / setHidden

setHidden

open fun setHidden(hidden: 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.

Parameters

hidden - enables or disables the hidden aspect of the CI

Return
the current io.vertx.reactivex.core.cli.CLI instance