Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/proc/tools/deps/cliffy.ts>IFlagValueHandler

A better way to work with processes in Deno.
Go to Latest
type alias IFlagValueHandler
Deprecated
Deprecated

Use OptionValueHandler instead.

import { type IFlagValueHandler } from "https://deno.land/x/proc@0.21.4/tools/deps/cliffy.ts";

Type Parameters

optional
TValue = any
optional
TReturn = TValue
deprecated
definition: OptionValueHandler<TValue, TReturn>