Table of Contents

CliAnsiCapabilities Class

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

Represents ANSI capabilities.

public class CliAnsiCapabilities
Inheritance
CliAnsiCapabilities

Properties

AlternateBuffer

Gets or sets a value indicating whether or not the console supports alternate buffers.

Ansi

Gets or sets a value indicating whether or not the console supports VT/ANSI control codes.

ColorSystem

Gets or sets the color system.

Links

Gets or sets a value indicating whether or not the console support links.

Methods

Create(TextWriter)

Creates a CliAnsiCapabilities instance from the provided arguments.

Create(TextWriter, CliAnsiWriterSettings)

Creates a CliAnsiCapabilities instance from the provided arguments.