UsageWriterWriteArgumentDescriptionBody Method

Writes the body of an argument description, which is usually the description itself with any supplemental information.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
C#
protected virtual void WriteArgumentDescriptionBody(
	CommandLineArgument argument
)

Parameters

argument  CommandLineArgument
The argument.

Remarks

The base implementation writes the description text, argument validator messages, and the default value, followed by two new lines. Which elements are included can be influenced using the properties of this class.

See Also