UNPKG

@digitaloptgroup/plugin-install-start

Version:
11 lines (10 loc) 341 B
import { Command, flags } from "@oclif/command"; export default class Dev extends Command { static description: string; static flags: { port: import("@oclif/parser/lib/flags").IOptionFlag<number | undefined>; script: flags.IOptionFlag<string | undefined>; }; static args: never[]; run(): Promise<void>; }