defaultGetoptFormatter

This function writes the passed text and Option into an output range in the manner, described in the documentation of function defaultGetoptPrinter.

void
defaultGetoptFormatter
(
Output
)
(
Output output
,
string text
,)

Parameters

output Output

The output range used to write the help information.

text string

The text to printed at the beginning of the help output.

opt Option[]

The Option extracted from the getopt parameter.

Meta