UsageWriterWriteParserUsageFooter Method

Writes a footer under the usage help.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
C#
protected virtual void WriteParserUsageFooter()

Remarks

This method is called by the base implementation of WriteParserUsageCore(UsageHelpRequest) only if the requested help is UsageHelpRequestFull.

The base implementation writes the value of the CommandLineParserUsageFooter property, if it is not an empty string. This value can be set using the UsageFooterAttribute attribute.

See Also