AddSection(TCommand, String) Method

Definition

Assembly XenoAtom.CommandLine.dll

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.