Skip to main content
Module

x/create_react_app/deps.ts>cli.Command#select

Create React App with Deno
Latest
method cli.Command.prototype.select
Re-export
import { cli } from "https://deno.land/x/create_react_app@v0.1.2/deps.ts";
const { Command } = cli;

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>