Skip to main content
Module

x/cliffy/mod.ts>IDefaultValue

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

Default flag value

Type Parameters

optional
T = unknown
definition: T | (() => T)

Type Parameters

optional
T = unknown
definition: T | (() => T)