UNPKG

jovo-cli

Version:
10 lines (9 loc) 284 B
import { Command } from '@oclif/command'; export declare class Scaffold extends Command { static description: string; static examples: string[]; static flags: { overwrite: import("@oclif/parser/lib/flags").IBooleanFlag<boolean>; }; run(): Promise<void>; }