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