UsageWriterIncludeApplicationDescriptionBeforeCommandList Property

Gets or sets a value that indicates whether to show the application description before the command list in the usage help.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public bool IncludeApplicationDescriptionBeforeCommandList { get; set; }

Property Value

Boolean
to show the description; otherwise, . The default value is .

Remarks

The description to show is taken from the AssemblyDescriptionAttribute of the first assembly passed to the CommandManager class. If the assembly has no description, nothing is written.

See Also