UNPKG

muta-cli

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