CliAnsiWriter.Write Method
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Write(string)
Writes the specified text.
public CliAnsiWriter Write(string text)
Parameters
textstringThe text.
Returns
- CliAnsiWriter
The same instance so that multiple calls can be chained.
Write(int)
Writes an integer.
public CliAnsiWriter Write(int value)
Parameters
valueintThe integer.
Returns
- CliAnsiWriter
The same instance so that multiple calls can be chained.
Write(string, CliStyle, CliLink?)
Writes the specified text with the specified style.
public CliAnsiWriter Write(string text, CliStyle style, CliLink? link = null)
Parameters
Returns
- CliAnsiWriter
The same instance so that multiple calls can be chained.