Main class for handling command-line commands and their associated tasks. It handles only input coming from CLI.

Constructors

Properties

Methods

Constructors

Properties

args?: Args

Optional arguments associated with the command.

The specified command.

Methods

  • Runs the main process based on the specified command and optional arguments.

    Returns Promise<void>

    A Promise that resolves once the task associated with the command is complete.

    Async

Generated using TypeDoc