CliAnsiWriter.WriteLine Method
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
WriteLine()
Writes an empty line.
public CliAnsiWriter WriteLine()
Returns
- CliAnsiWriter
The same instance so that multiple calls can be chained.
WriteLine(string)
Writes the specified text, followed by the current line terminator.
public CliAnsiWriter WriteLine(string text)
Parameters
textstringThe text.
Returns
- CliAnsiWriter
The same instance so that multiple calls can be chained.
WriteLine(string, CliStyle, CliLink?)
Writes the specified text with the specified style, followed by the current line terminator.
public CliAnsiWriter WriteLine(string text, CliStyle style, CliLink? link = null)
Parameters
Returns
- CliAnsiWriter
The same instance so that multiple calls can be chained.