UsageWriterColorReset Property

Gets or sets the sequence used to reset color applied a usage help element.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public string ColorReset { get; set; }

Property Value

String
The virtual terminal sequence used to reset color. The default value is Default.

Remarks

This property will only be used if the UseColor property is .

If the string contains anything other than virtual terminal sequences, those parts will be included in the output, but only when the UseColor property is .

See Also