Module

x/velociraptor/deps.ts>Command#select

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

Set internal command pointer to child command with given name.

Type Parameters

optional
O extends Record<string, unknown> | void = any
optional
A extends Array<unknown> = any
optional
G extends Record<string, unknown> | void = any

Parameters

name: string

The name of the command to select.

Returns

Command<O, A, G, PG, P>