Skip to main content
Module

x/cliffy/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.24.0/mod.ts";

Find option by value.

Parameters

value: string

Value of the option.

Returns

GenericListOptionSettings | undefined