Represents a module for the CLI

interface ICliUmdModule {
    name: string;
    processors: ICliCommandProcessor[];
}

Properties

Properties

name: string

The name of the module

processors: ICliCommandProcessor[]

The processors for the module