Table of Contents

CliAnsiWriter.Write Method

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

Write(string)

Writes the specified text.

public CliAnsiWriter Write(string text)

Parameters

text string

The text.

Returns

CliAnsiWriter

The same instance so that multiple calls can be chained.

Write(int)

Writes an integer.

public CliAnsiWriter Write(int value)

Parameters

value int

The integer.

Returns

CliAnsiWriter

The same instance so that multiple calls can be chained.

Writes the specified text with the specified style.

public CliAnsiWriter Write(string text, CliStyle style, CliLink? link = null)

Parameters

text string

The text.

style CliStyle

The style.

link CliLink

The link.

Returns

CliAnsiWriter

The same instance so that multiple calls can be chained.