Interface ICommandRegistry
Represents a registry for managing and retrieving command definitions by name, alias, or group.
public interface ICommandRegistry
Methods
GetAll()
Gets all registered commands.
IEnumerable<CommandDefinition> GetAll()
Returns
GetCommandsInGroup(CommandGroup)
Gets all commands in a specific group.
IEnumerable<CommandDefinition> GetCommandsInGroup(CommandGroup group)
Parameters
groupCommandGroup
Returns
GetGroups()
Gets all command groups.
IEnumerable<CommandGroup> GetGroups()