Skip to main content

ICommandRepository Interface

Namespace: DensoCreate.Cli.Framework

Description

This is a repository interface for registering, retrieving, and managing commands.

Method

NameDescription
ClearClears commands.
GetCommandsReturns registered command instances.
Register(ICommand)Registers a command by specifying a command instance.
Register(Type,IExtension)Registers a command by specifying a type.
Register<T>Register a command by specifying its type.