Basic CLI arguments handler that handles common options.

Implements

Constructors

Methods

  • Process the incoming arguments, and modify the context if needed.

    Parameters

    • args: Record<string, any>

      The parsed yargs arguments.

    • context: Record<string, any>

      The mutable context.

    Returns Promise<void>