Skip to main content
Module

x/velociraptor/deps.ts>Command#execute

The npm-style script runner for Deno
Latest
method Command.prototype.execute
Re-export
import { Command } from "https://deno.land/x/velociraptor@1.5.0/deps.ts";

Execute command.

Parameters

options: PG & CG & CO

A map of options.

...args: CA

Command arguments.

Returns

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