Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/cliffy/packages/flags/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://deno.land/x/cliffy@v0.3.0/packages/flags/mod.ts";

Type parser method.

definition: (
option: IFlagOptions,
nextValue: string | false,
) => T | undefined