UNPKG

jovo-cli

Version:
12 lines (11 loc) 300 B
import { Command } from '@oclif/command'; import { InputFlags } from 'jovo-cli-core'; export declare class New extends Command { static description: string; static examples: string[]; static flags: InputFlags; static args: { name: string; }[]; run(): Promise<void>; }