Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: ConsoleColoredString GenerateHelp(int?)

Declaration

public ConsoleColoredString GenerateHelp(
    int? wrapWidth = null
)

Summary

Generates the help screen to be output to the user on the console.

Parameters

int?wrapWidth The character width at which the output should be word-wrapped. The default (null) uses ConsoleUtil.WrapToWidth().