CliTheme.HeadingNoColon Property
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Gets or sets whether colon character at the end, is used for a heading in help output.
Default is false.
For example, no colon and uppercase heading is similar to:
USAGE
ARGUMENTS
OPTIONS
COMMANDS
public bool HeadingNoColon { get; init; }