import { type IFlags } from "https://deno.land/x/cliffy@0.12.1/packages/flags/mod.ts";
An object which represents all flags.
definition: Record<string, undefined | IFlagValue | IFlagValue[]>
import { type IFlags } from "https://deno.land/x/cliffy@0.12.1/packages/flags/mod.ts";
An object which represents all flags.