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.
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.
validate - enable / disable parsing validation
Return
the creates command line