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
import { Command } from "https://dotland.deno.dev/x/cliffy@v0.16.0/mod.ts";

Set internal command pointer to child command with given name.

Parameters

name: string

The name of the command to select.