SpectreConsoleOptions
Configuration options for the Spectre.Console integration.
- Kind:
Class - Namespace: Repl.Spectre
- Assembly:
Repl.Spectre - Source: src/Repl.Spectre/SpectreConsoleOptions.cs
Signature
Section titled “Signature”public sealed class SpectreConsoleOptionsInheritance
Section titled “Inheritance”Properties
Section titled “Properties”Unicode
Section titled “Unicode”Gets or sets a value indicating whether Unicode box-drawing characters
and symbols are used. When false, Spectre falls back to ASCII.
Default is true.
public bool Unicode { get; set; }