Skip to main content
Module

x/cliffy/mod.ts>Command#select

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
method Command.prototype.select
Re-export
import { Command } from "https://deno.land/x/cliffy@v0.19.2/mod.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>