UsageWriterApplicationDescriptionIndent Property

The indentation to use for the application description.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
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