UNPKG

@xec-sh/cli

Version:

Xec: The Universal Shell for TypeScript

5 lines (4 loc) 223 B
import { Command } from 'commander'; export declare function createProgram(): Command; export declare function loadCommands(program: Command): Promise<string[]>; export declare function run(argv?: string[]): Promise<void>;