defaultGetoptFormatter

fnvoid defaultGetoptFormatter(Output)(Output output, string text, Option[] opt, string style = "%*s %*s%*s%s\n")

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

Parameters

outputThe output range used to write the help information.
textThe text to print at the beginning of the help output.
optThe Option extracted from the getopt parameter.
styleThe manner in which to display the output of each Option.