Module

x/cliffy/mod.ts>ITypeHandler

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

Type parser method.

definition: (
option: IFlagOptions,
nextValue: string,
) => T
import ITypeHandler
import { ITypeHandler } from "https://dotland.deno.dev/x/cliffy@v0.6.0/mod.ts";