UNPKG

clipanion

Version:

Type-safe CLI library / framework with no runtime dependencies

9 lines (8 loc) 223 B
import { Command } from '../Command'; /** * A command that prints the clipanion definitions. */ export declare class DefinitionsCommand extends Command<any> { static paths: string[][]; execute(): Promise<void>; }