UNPKG

@donmccurdy/caporal

Version:

A full-featured framework for building command line applications (cli) with node.js

8 lines (7 loc) 219 B
/** * @packageDocumentation * @ignore */ import type { Command } from "../"; import type { CreateCommandParameters } from "../../types"; export default function ({ createCommand }: CreateCommandParameters): Command;