Skip to main content
Module

x/cliffy/mod.ts>GenericListSettings

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
interface GenericListSettings
implements GenericInputPromptSettings<T, V>
Re-export
import { type GenericListSettings } from "https://deno.land/x/cliffy@v0.25.2/mod.ts";

Generic list prompt settings.

Properties

options: GenericListValueSettings
optional
keys: GenericListKeys
indent: string
listPointer: string
maxRows: number
searchLabel: string
optional
info: boolean