-
Home
-
API
-
XenoAtom.CommandLine
-
CommandExtensions
-
Methods
-
AddSection(TCommand, String)
AddSection(TCommand, String) Method
Definition
Adds a section header line to the command help.
public static TCommand AddSection<TCommand>(this TCommand command, string header)
where TCommand : CommandContainer
Type parameters
- TCommand
- Type of the command container.
Parameters
- command
- {TCommand}
The command container.
- header
- String
The section header text.
Returns
- {TCommand}
- The command container.