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

parse

open fun parse(arguments: MutableList<String>): CommandLine

Parses the user command line interface and create a new io.vertx.reactivex.core.cli.CommandLine containing extracting values.

Parameters

arguments - the arguments

Return
the creates command line

open fun parse(arguments: MutableList<String>, validate: Boolean): CommandLine

Parses the user command line interface and create a new io.vertx.reactivex.core.cli.CommandLine containing extracting values.

Parameters

arguments - the arguments

validate - enable / disable parsing validation

Return
the creates command line