CommandLineParserUsageFooter Property

Gets footer text that is used when generating usage information.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
C#
public string UsageFooter { get; }

Property Value

String
The footer text.

Remarks

If not empty, this footer will be added at the bottom of the usage help created by the WriteUsage(UsageWriter) method. This footer can be set by applying the UsageFooterAttribute attribute to the command line arguments class.

See Also