CliThemeHeadingNoColon Property

Gets or sets whether colon character at the end, is used for a heading in help output.

Default is .

For example, no colon and uppercase heading is similar to:

console
USAGE
ARGUMENTS
OPTIONS
COMMANDS

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
public bool HeadingNoColon { get; init; }

Property Value

Boolean

See Also