Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Sealed class: RT.CommandLine.HelpScreenFormattingAttribute

Summary

Optionally use this on a class containing command-line options (either the main class or a class representing a subcommand) to specify some formatting parameters for the help screen.

Constructors

Creates a new instance of HelpScreenFormattingAttribute.

Instance properties

intSpecifies the amount of blank lines after a section header.
intSpecifies the amount of blank lines before a section header.
intSpecifies the amount of horizontal separation between the columns in the table(s).
intSpecifies the amount of margin to the left of the table(s).
intSpecifies the amount of blank lines between the rows in the table(s).