UNPKG

link-type-definitions

Version:
9 lines (8 loc) 265 B
import { Command } from '@oclif/command'; import { Input } from '@oclif/command/lib/flags'; export default class SetupCommand extends Command { static description: string; static examples: string[]; static flags: Input<any>; run(): Promise<void>; }