vertx / io.vertx.rxjava.core.cli / CommandLine / create

create

open static fun create(cli: CLI): CommandLine

Creates a command line object from the io.vertx.rxjava.core.cli.CLI. This object is intended to be used by the parser to set the argument and option values.

Parameters

cli - the CLI definition

Return
the command line object