lib
name
isLastDoubleHyphen
lib: typeof arg = arg

The imported library itself

name: "tridactyl-arg"

The arguments parsing library name

  • Small function to test if the double hyphen is the last option. If a command does not expect empty arguments, and user just pass "--" as a normal argument, this function cal tell it.

    Parameters

    • argv: string[]

    Returns boolean