Skip to main content
Module

x/mod/deps.ts>Command#execute

Simple Command Line Interface to create Deno module entrypoints, CI, config and more.
Latest
method Command.prototype.execute
Re-export
import { Command } from "https://deno.land/x/mod@v2.3.9/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>>