Skip to main content
Module

x/cliffy/mod.ts>Select#getListItem

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
method Select.prototype.getListItem
import { Select } from "https://deno.land/x/cliffy@v0.24.2/mod.ts";

Render select option.

Parameters

Select option settings.

optional
isSelected: boolean

Set to true if option is selected.

Returns

string