UNPKG

flagpole

Version:

Simple and fast DOM integration, headless or headful browser, and REST API testing framework.

10 lines (9 loc) 305 B
import { Command, CliCommandOption } from "../command"; import commander = require("commander"); export default class Run extends Command { commandString: string; description: string; helpCallback(): void; options: CliCommandOption[]; action(args: commander.Command): Promise<void>; }