Module

x/cliffy/command/types.ts>DefaultValue

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Latest
type alias DefaultValue
import { type DefaultValue } from "https://dotland.deno.dev/x/cliffy@v1.0.0-rc.4/command/types.ts";

Default flag value or a callback method that returns the default value.

Type Parameters

optional
TValue = unknown
definition: TValue | DefaultValueHandler<TValue>
import DefaultValue
import { DefaultValue } from "https://dotland.deno.dev/x/cliffy@v1.0.0-rc.4/command/types.ts";