-
Home
-
API
-
XenoAtom.CommandLine
-
CommandExtensions
-
Methods
-
AddText(TCommand, String)
AddText(TCommand, String) Method
Definition
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.