Skip to main content
Latest
method cli.Command.prototype.execute
Re-export
import { cli } from "https://deno.land/x/create_react_app@v0.1.2/deps.ts";
const { Command } = cli;

Execute command.

Parameters

options: PG & CG & CO

A map of options.

...args: CA

Command arguments.

Returns

Promise<IParseResult<CO, CA, CG, PG, P>>