ExtensionBase.OnRegisterCommands Method
Namespace: DensoCreate.Cli.Framework
Description
Registers a command.
By default, commands in the same assembly as the extension are automatically registered.
Argument
| Name | Type | Description |
|---|---|---|
| commandRepository | ICommandRepository | The repository used to register commands. |
Return value
- void