Command definition config.

interface ICliCommandDefinitionConfig {
    description?: string;
    name: string;
}

Properties

Properties

description?: string

Command description. Will be used in the help message.

name: string

Command name. Will be used in cli to call this command and in the help message.