open fun computeOptionsAndArguments(buffer: StringBuilder, options: MutableList<Option>, arguments: MutableList<Argument>): Unit
Computes the help for the specified Options to the specified writer.
buffer - The buffer to write the help to
buffer
options - The command line Options
options
arguments - the command line Arguments
arguments