vertx / io.vertx.core.cli / UsageMessageFormatter / computeOptionsAndArguments

computeOptionsAndArguments

open fun computeOptionsAndArguments(buffer: StringBuilder, options: MutableList<Option>, arguments: MutableList<Argument>): Unit

Computes the help for the specified Options to the specified writer.

Parameters

buffer - The buffer to write the help to

options - The command line Options

arguments - the command line Arguments