UNPKG

@ideascol/cli-maker

Version:

A simple library to help create CLIs

3 lines (2 loc) 89 B
import { Command } from '../../interfaces'; export declare const createCommand: Command;