Enum CommandType
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.
Defines the command type.
public enum CommandType
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.