UNPKG

@coat/cli

Version:

TODO: See #3

7 lines (6 loc) 194 B
import { Command } from "commander"; /** * Creates a command CLI program to run coat commands * from the cli or programmatically in tests */ export declare function createProgram(): Command;