UsageWriterWriteCommandListUsageFooter Method

Writes a footer underneath the command list usage.

Definition

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

Remarks

The base implementation calls the WriteCommandHelpInstruction(String, String, String) method if the help instruction is explicitly or automatically enabled.

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

See Also