UNPKG

@geeth.io/cli

Version:

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

4 lines (3 loc) 192 B
import { CommandEngine } from '@geeth.io/command-engine'; export declare const geeth: () => Promise<void>; export declare function registerInstalledPlugins(cli: CommandEngine): Promise<void>;