type alias IFlagValueHandlerimport { type IFlagValueHandler } from "https://dotland.deno.dev/x/cliffy@v0.19.1/flags/types.ts"; Value handler for custom value processing. definition: (val: any, previous?: any) => any