Summary
Gets or sets a value indicating whether to suppress colored console output.
- Namespace
- Cake
.Common .Tools .MSpec - Containing Type
- MSpecSettings
Syntax
public bool NoColor { get; set; }
Value
Type | Description |
---|---|
bool |
true disable color output; otherwise, false .
|