UNPKG

@donmccurdy/caporal

Version:

A full-featured framework for building command line applications (cli) with node.js

4 lines (3 loc) 188 B
import type { Command } from "./index.js"; import type { Program } from "../program/index.js"; export declare function scanCommands(program: Program, dirPath: string): Promise<Command[]>;