![]() |
BadScript 2
|
Provides means to format an help screen. You can assign it in place of a System.String instance. More...
Public Attributes | |
| bool | Required |
| bool | IsOption |
| bool | IsValue |
| string | LongName |
| string | ShortName |
| int | Index |
Provides means to format an help screen. You can assign it in place of a System.String instance.
Definition at line 22 of file HelpText.cs.
| int CommandLine.Text.ComparableOption.Index |
Definition at line 29 of file HelpText.cs.
| bool CommandLine.Text.ComparableOption.IsOption |
Definition at line 25 of file HelpText.cs.
| bool CommandLine.Text.ComparableOption.IsValue |
Definition at line 26 of file HelpText.cs.
| string CommandLine.Text.ComparableOption.LongName |
Definition at line 27 of file HelpText.cs.
| bool CommandLine.Text.ComparableOption.Required |
Definition at line 24 of file HelpText.cs.
| string CommandLine.Text.ComparableOption.ShortName |
Definition at line 28 of file HelpText.cs.