UsageWriterWriteCommandDescription(CommandInfo) Method

Writes the description of a command.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.0.0
C#
protected virtual void WriteCommandDescription(
	CommandInfo command
)

Parameters

command  CommandInfo
The command.

Remarks

The base implementation writes a line with the command's name and aliases, using the color from the CommandDescriptionColor property if color is enabled, followed by a line containing the command's description.

This method is called by the base implementation of the WriteCommandDescriptions method.

See Also