import { type TypeHandler } from "https://deno.land/x/cliffy@v1.0.0-rc.2/flags/mod.ts";
Parse method for custom types. Gets the raw user input passed as argument and returns the parsed value.
definition: (arg: ArgumentValue) => TReturn
x/cliffy/flags/mod.ts>TypeHandler
import { type TypeHandler } from "https://deno.land/x/cliffy@v1.0.0-rc.2/flags/mod.ts";
Parse method for custom types. Gets the raw user input passed as argument and returns the parsed value.