SupportsAnsi(TestConsole, bool) Method
Sets whether or not ANSI is supported.
public static TestConsole SupportsAnsi(this TestConsole console, bool enable)
- Namespace
- Spectre
.Console .Testing - Containing Type
- Test
Console Extensions
Parameters
- TestConsole console
- The console.
- bool enable
- Whether or not VT/ANSI control codes are supported.