Skip to main content
Module

x/dax/mod.ts>MultiSelectOptions

Cross platform shell tools for Deno inspired by zx.
Very Popular
Go to Latest
interface MultiSelectOptions
Re-export
import { type MultiSelectOptions } from "https://deno.land/x/dax@0.24.0/mod.ts";

Options for showing a selection that has multiple possible values.

Properties

message: string

Prompt text to show the user.

options: (string | MultiSelectOption)[]

Options to show the user.

optional
noClear: boolean

Whether to not clear the prompt text on selection.