UNPKG

@visulima/cerebro

Version:

A delightful toolkit for building cross-runtime CLIs for Node.js, Deno, and Bun.

7 lines (6 loc) 214 B
import type { Command as ICommand } from "../types/command.d.ts"; /** * Generates shell completion scripts for the CLI application. */ declare const completionCommand: ICommand; export default completionCommand;