Skip to main content
Module

x/omdb/deps.ts>Command#select

Access OMDb's API with Deno.
Go to Latest
method Command.prototype.select
Re-export
import { Command } from "https://deno.land/x/omdb@v1.4.3/deps.ts";

Set internal command pointer to child command with given name.

Type Parameters

optional
TOptions extends Record<string, unknown> | void = any
optional
TArguments extends Array<unknown> = any
optional
TGlobalOptions extends Record<string, unknown> | void = any

Parameters

name: string

The name of the command to select.

Returns

Command<TParentCommandGlobals, TParentCommandTypes, TOptions, TArguments, TGlobalOptions, TCommandTypes, TCommandGlobalTypes, TParentCommand>