interface ICliModuleConfig {
    handlers?: (TBindKey | TBindKeyRef)[];
    scope?: string;
}

Properties

Properties

handlers?: (TBindKey | TBindKeyRef)[]

The name of the module. Will be used in the help message.

scope?: string

The scope of the root module. This is used to create a unique key for the root module's service.