vertx / io.vertx.rxjava.core.cli

Package io.vertx.rxjava.core.cli

Types

CommandLine

open class CommandLine

The parser transforms a CLI (a model) into an io.vertx.rxjava.core.cli.CommandLine. This io.vertx.rxjava.core.cli.CommandLine has stored the argument and option values. Only instance of parser should create objects of this type. NOTE: This class has been automatically generated from the io.vertx.core.cli.CommandLine non RX-ified interface using Vert.x codegen.