Enum CommandType
Defines the command type.
public enum CommandType
Fields
GroupCommand = 2The command represents a group of sub-commands within a root.
NativeCommand = 4The command represents a native command to the terminal. For example
clsthat clears the terminal, orruncommand that executes a native OS command.RootCommand = 1The command represents the root command.
SubCommand = 3The command represents a sub-command within a group.