cli-argument-helper - v2.3.0
    Preparing search index...
    • Try to find an argument named as name without any additional validation or transformation of the argument such as:

      • getArgumentFromIndex
      • getArgumentAssignmentFromIndex

      If a match is present at index, remove it and return true. Otherwise, return false and do not modify the argument list.

      Parameters

      • args: string[]

        Argument list

      • index: number

        Index of the argument

      • name: string

        Name of the argument

      Returns boolean

      True if a match was found, false otherwise