Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/release_up/deps.ts>Command#select

🌱 Automate releases with breeze
Go to Latest
method Command.prototype.select
Re-export
import { Command } from "https://deno.land/x/release_up@0.6.0/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>