UsageWriter.ApplicationDescriptionIndent Property

The indentation to use for the application description.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
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 true.

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

See Also