AddText(TCommand, String) Method

Definition

Assembly XenoAtom.CommandLine.dll

Adds a plain text line to the command.

public static TCommand AddText<TCommand>(this TCommand command, string text)
    where TCommand : CommandContainer

Type parameters

TCommand
Type of the command container.

Parameters

command
{TCommand}

The command container.

text
String

The text line to add.

Returns

{TCommand}
The command container.