Table of Contents

Enum CommandType

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

Defines the command type.

public enum CommandType

Fields

Group = 2

The command represents a group of sub-commands.

Root = 1

The command represents the root command.

SubCommand = 3

The command represents a sub-command.