UsageWriter.BlankLineAfterDescription Property

Gets or sets a value indicating whether the WriteArgumentDescription(CommandLineArgument) method will write a blank lines between arguments in the description list.

Definition

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

Property Value

Boolean
true to write a blank line; otherwise, false. The default value is true.

See Also