import { type ParseFlagsContext } from "https://deno.land/x/cliffy@v1.0.0-rc.1/flags/types.ts";
Parse result. The parse context will be returned by the parseFlags
method
and can be also passed as first argument to the parseFlags
method.
Type Parameters
optional
TStandaloneOption extends FlagOptions = FlagOptionsProperties
flags: TFlags
An object of parsed flags.
optional
standalone: TStandaloneOptionMatched standalone option.