Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ParserErrors

Implements

Index

Properties

Private _errors

_errors: Map<ParserErrorType, string[]> = new Map()

Accessors

allErrors

  • get allErrors(): string[]
  • Returns string[]

argumentErrors

  • get argumentErrors(): string[]
  • Returns string[]

commandErrors

  • get commandErrors(): string[]
  • Returns string[]

hasErrors

  • get hasErrors(): boolean
  • Returns boolean

hasNonArgOrOptionErrors

  • get hasNonArgOrOptionErrors(): boolean
  • Returns boolean

optionErrors

  • get optionErrors(): string[]
  • Returns string[]

Methods

clearErrors

  • Parameters

    Returns void

getErrors

  • Parameters

    Returns string[]

push

  • Parameters

    Returns void

Generated using TypeDoc