UNPKG

@happy-coders/fun-cli

Version:

Be your project management more fun!

6 lines (5 loc) 206 B
import { CommanderStatic } from 'commander'; export declare class CommandLoader { static load(program: CommanderStatic): void; static invalidCommandHandler(program: CommanderStatic): () => never; }