Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DetailedArguments

Hierarchy

  • DetailedArguments

Index

Properties

aliases

aliases: {}

The inferred list of aliases built by combining lists in opts.alias.

Type declaration

  • [alias: string]: string[]

argv

argv: Arguments

An object representing the parsed value of args

configuration

configuration: Configuration

The configuration loaded from the yargs stanza in package.json.

error

error: Error | null

Populated with an error object if an exception occurred during parsing.

newAliases

newAliases: {}

Any new aliases added via camel-case expansion.

Type declaration

  • [alias: string]: boolean