import { validateFlags } from "https://deno.land/x/cliffy@v0.19.2/flags/mod.ts";
Flags post validation. Validations that are not already done by the parser.
Parameters
flags: IFlagOptions[]
Available flag options.
Don't throw an error if a missing flag is defined in knownFlags (currently not implemented).