TrimConsoleOutput Property
Gets or sets a value indicating whether whitespace should be trimmed from the console output.
public bool TrimConsoleOutput { get; set; }
- Namespace
- Spectre
.Console .Testing - Containing Type
- Command
App Tester Settings - Property Type
- bool
Remarks
When enabled, leading and trailing whitespace from the console output and trailing whitespace from each line will be trimmed.