Skip to content

SpectreConsoleOptions

Configuration options for the Spectre.Console integration.

public sealed class SpectreConsoleOptions

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; }

bool