Module parsing arguments and transpiling it into plain JS object

Constructors

Methods

Constructors

Methods

  • Extract arguments from process.argv

    This function processes command-line arguments, extracts key-value pairs, and return them

    Returns Record<string, any>

    A resolve object of arguments

    Function

Generated using TypeDoc