open fun getOption(name: String): Option
Gets an io.vertx.core.cli.Option based on its name (short name, long name or argument name).
name - the name, must not be null
name
null
Return the io.vertx.core.cli.Option, null if not found