UNPKG

@happy-coders/fun-cli

Version:

Be your project management more fun!

6 lines (5 loc) 202 B
import { CommanderStatic } from 'commander'; import { AbstractCommand } from './abstract.command'; export declare class ListCommand extends AbstractCommand { load(program: CommanderStatic): void; }