import { type TypeHandler } from "https://deno.land/x/proc@0.20.33/tools/deps/cliffy.ts";
Parse method for custom types. Gets the raw user input passed as argument and returns the parsed value.
definition: (arg: ArgumentValue) => TReturn
import { type TypeHandler } from "https://deno.land/x/proc@0.20.33/tools/deps/cliffy.ts";
Parse method for custom types. Gets the raw user input passed as argument and returns the parsed value.