Table of Contents

Class HelpOptions

Namespace
OneImlx.Terminal.Configuration.Options
Assembly
OneImlx.Terminal.dll

The help options.

public sealed class HelpOptions
Inheritance
HelpOptions
Inherited Members

Properties

Disabled

Disables the help.

public bool? Disabled { get; set; }

Property Value

bool?

OptionAlias

The help option alias.

public string OptionAlias { get; set; }

Property Value

string

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

string

OptionId

The help option identifier.

public string OptionId { get; set; }

Property Value

string

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.