import { Cliffy } from "https://deno.land/x/dmm@v2.1.2/tests/integration/up-to-date-deps/deps.ts";
const { validateFlags } = Cliffy;
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).