UNPKG

gluegun

Version:

A delightful toolkit for building Node-powered CLIs.

6 lines (5 loc) 165 B
import { GluegunToolbox } from '../index'; /** * Create the cli and kick it off */ export declare function run(argv?: string[] | string): Promise<GluegunToolbox>;