UNPKG

@ideascol/cli-maker

Version:

A simple library to help create CLIs

4 lines (3 loc) 147 B
export { CLI } from './command/command'; export { CLIOptions, Command, ParamType } from './interfaces'; export { stripAnsiCodes } from './common';