imajin/node_modules/@nestjs/cli/commands/command.loader.d.ts
2026-01-10 04:52:11 -08:00

5 lines
183 B
TypeScript

import { CommanderStatic } from 'commander';
export declare class CommandLoader {
static load(program: CommanderStatic): Promise<void>;
private static handleInvalidCommand;
}