A class that contains configuration options for the help text generator.
int MaxWidth
The maximum width of the help text.
string? ApplicationName
The name of the application.
string? ApplicationVersion
The version of the application.
static HelpTextConfig WindowsConfig()
Gets a configuration for the Windows convention.
string? FooterText
A footer text to be displayed under the help text.
bool ShowSupportedConventions
Whether to show the supported conventions in the help text.
static HelpTextConfig Default
Gets a default configuration.
DateTime? CopyrightDate
The date of the copyright.
string? CopyrightHolder
The holder of the copyright.
static HelpTextConfig GnuConfig()
Gets a configuration for the GNU/POSIX convention.
static HelpTextConfig PowershellConfig()
Gets a configuration for the Powershell convention.