UsageWriterApplicationDescriptionIndent Property

The indentation to use for the application description.

Definition

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

Property Value

Int32
The indentation. The default value is the value of the DefaultApplicationDescriptionIndent constant.

Remarks

This property is only used if the IncludeApplicationDescription property is .

This also applies to the command description when showing usage help for a subcommand.

See Also