defaultGetoptFormatter
fn
void 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
output | The output range used to write the help information. |
text | The text to print at the beginning of the help output. |
opt | The Option extracted from the getopt parameter. |
style | The manner in which to display the output of each Option. |