UNPKG

@xec-sh/cli

Version:

Xec: The Universal Shell for TypeScript

5 lines (4 loc) 246 B
import { Command } from 'commander'; import { CommandRegistry } from '@xec-sh/core'; export declare function buildCommandRegistry(program: Command): CommandRegistry; export declare function registerCliCommands(program: Command): CommandRegistry;