Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/cliffy/prompt/mod.ts>GenericList#getOptionByValue

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

Find option by value.

Parameters

value: string

Value of the option.