Class HelpOptions
- Namespace
- OneImlx.Terminal.Configuration.Options
- Assembly
- OneImlx.Terminal.dll
The help options.
public sealed class HelpOptions
- Inheritance
-
HelpOptions
- Inherited Members
Properties
Enabled
Enables the help.
public bool Enabled { get; set; }
Property Value
OptionAlias
The help option alias.
public string OptionAlias { get; set; }
Property Value
Remarks
Unless disabled, the help option alias is automatically added to the command options. The OptionAlias must be unique across all option aliases for all commands.
OptionDescription
The help description.
public string OptionDescription { get; set; }
Property Value
OptionId
The help option identifier.
public string OptionId { get; set; }
Property Value
Remarks
Unless disabled, the help option identifier is automatically added to the command options. The OptionId must be unique across all option identifiers for all commands.