import { type IFlags } from "https://dotland.deno.dev/x/cliffy@v0.11.1/packages/flags/lib/types.ts";
An object which represents all flags.
definition: Record<string, undefined | IFlagValue | IFlagValue[]>
import { type IFlags } from "https://dotland.deno.dev/x/cliffy@v0.11.1/packages/flags/lib/types.ts";
An object which represents all flags.