Skip to main content

Class: AliasNotFoundError

Thrown when input suggests an alias, but no alias with that letter was found.

Extends

Constructors

new AliasNotFoundError()

new AliasNotFoundError(input): AliasNotFoundError

Parameters

input: string

Returns

AliasNotFoundError

Overrides

ArgumentScannerError.constructor

Defined in

packages/core/src/parameter/scanner.ts:137

Properties

cause?

optional cause: unknown

Inherited from

ArgumentScannerError.cause

Defined in

node_modules/typescript/lib/lib.es2022.error.d.ts:24


input

readonly input: string

Command line input that triggered this error.

Defined in

packages/core/src/parameter/scanner.ts:136


message

message: string

Inherited from

ArgumentScannerError.message

Defined in

node_modules/typescript/lib/lib.es5.d.ts:1077


name

name: string

Inherited from

ArgumentScannerError.name

Defined in

node_modules/typescript/lib/lib.es5.d.ts:1076


stack?

optional stack: string

Inherited from

ArgumentScannerError.stack

Defined in

node_modules/typescript/lib/lib.es5.d.ts:1078