UNPKG

@geeth.io/cli

Version:

A minimal, class-based CLI command engine with support for nested commands, options, and attributes.

3 lines (2 loc) 144 B
import { CommandEngine } from '@geeth.io/command-engine'; export declare function registerGenerate(cli: CommandEngine, context?: string): void;