• Parses command line options.

    Parameters

    • args: readonly string[]

      Array of command line arguments

    • Optional opts: Opts<ZOption, unknown>

      Parser options.

    Returns Promise<Result>

    A promise resolved to a map of recognized option names to arrays of their values.

Generated using TypeDoc