Module

x/cliffy/flags.ts>IParseType

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
type alias IParseType
import { type IParseType } from "https://dotland.deno.dev/x/cliffy@v0.6.0/flags.ts";

Type Parameters

optional
T = any
definition: (
type: string,
option: IFlagOptions,
nextValue: string,
) => T