Command

Signature

export declare class Command extends BaseCommand

Properties

__tGroups?: Record<string, {    name: string | undefined;    description: string | undefined;    defaultDescription: string;}>;

Methods