Table of Contents

Class SubCommand

Namespace
OneImlx.Terminal.Commands.Parsers
Assembly
OneImlx.Terminal.dll

Represents a notional sub-command within a Group.

public sealed class SubCommand
Inheritance
SubCommand
Inherited Members

Remarks

A SubCommand always has a LinkedCommand of type SubCommand.

Constructors

SubCommand(Command)

Initializes a new instance.

public SubCommand(Command linkedCommand)

Parameters

linkedCommand Command

The linked command.

Properties

LinkedCommand

The linked command.

public Command LinkedCommand { get; }

Property Value

Command