import { type DetailedArguments } from "https://deno.land/x/yargs_parser@yargs-parser-v21.1.1-deno/lib/yargs-parser-types.ts";
Properties
argv: Arguments
An object representing the parsed value of args
aliases: Dictionary<string[]>
The inferred list of aliases built by combining lists in opts.alias.
newAliases: Dictionary<boolean>
Any new aliases added via camel-case expansion.
defaulted: Dictionary<boolean>
Any new argument created by opts.default, no aliases included.
configuration: Configuration
The configuration loaded from the yargs stanza in package.json.