fun Argument(argName: String? = null, defaultValue: String? = null, description: String? = null, : Boolean? = null, index: Int? = null, multiValued: Boolean? = null, required: Boolean? = null): Argument
A function providing a DSL for building io.vertx.core.cli.Argument objects. |
|
fun Option(argName: String? = null, choices: Iterable<String>? = null, defaultValue: String? = null, description: String? = null, flag: Boolean? = null, help: Boolean? = null, : Boolean? = null, longName: String? = null, multiValued: Boolean? = null, required: Boolean? = null, shortName: String? = null, singleValued: Boolean? = null): Option
A function providing a DSL for building io.vertx.core.cli.Option objects. |