import { validateFlags } from "https://deno.land/x/cliffy@v0.14.2/flags/mod.ts";
Validate flags.
Parameters
flags: IFlagOptions[]
Available flag options.
Don't throw an error if a missing flag is defined in knownFlags (currently not implemented).