UNPKG

lambdaorm-cli

Version:
12 lines (11 loc) 310 B
import { CommandModule, Argv, Arguments } from 'yargs'; export declare class VersionCommand implements CommandModule { command: string; describe: string; builder(args: Argv): Argv<{ w: string | undefined; } & { l: unknown; }>; handler(args: Arguments): Promise<void>; }